evbuffer_defer_callbacks

Force all the callbacks on an evbuffer to be run, not immediately after the evbuffer is altered, but instead from inside the event loop.

This can be used to serialize all the callbacks to a single thread of execution.

extern (C) nothrow
int
evbuffer_defer_callbacks
(,
event_base* base
)

Meta