libfilezilla
|
#include <aio.hpp>
Protected Member Functions | |
virtual void | on_buffer_availability (aio_waitable const *w)=0 |
Friends | |
class | aio_waitable |
Base class of objects that can be waiting.
Alternatively, fz::aio_waitable can also be waited on with fz::event_handler
|
protectedpure virtual |
Will be invoked from unspecified thread. Only use it to signal the target thread. In particular, never call into aio_buffer_pool from this function