evbuffer_cb_unsuspend

Stop postponing a callback that we postponed with evbuffer_cb_suspend.

If data was added to or removed from the buffer while the callback was suspended, the callback will get called once now.

@param the buffer that the callback is watching. @param cb the callback we want to stop suspending.

version(none)
extern (C) nothrow
void
evbuffer_cb_unsuspend

Meta