![]() |
libfilezilla
|
#include <aio.hpp>

Public Member Functions | |
| void | remove_waiter (aio_waiter &h) |
| void | remove_waiter (event_handler &h) |
Protected Member Functions | |
| void | remove_waiters () |
| Call in destructor of most-derived class. | |
| void | add_waiter (aio_waiter &h) |
| void | add_waiter (event_handler &h) |
| void | signal_availibility () |
Object that can be waited on, such as fz::io_buffer_pool or fz::reader_base
| void remove_waiter | ( | aio_waiter & | h | ) |
Waiters should call these in the destructor of the most-derived class,
1.8.10