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.
See Implementation
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.