libfilezilla
Public Member Functions | Protected Member Functions | List of all members
aio_waitable Class Reference

#include <aio.hpp>

Inheritance diagram for aio_waitable:
Inheritance graph
[legend]

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 ()
 

Detailed Description

Object that can be waited on, such as fz::io_buffer_pool or fz::reader_base

Member Function Documentation

◆ remove_waiter()

void remove_waiter ( aio_waiter h)

Waiters should call these in the destructor of the most-derived class,

See also
fz::event_handler::remove_handler

The documentation for this class was generated from the following file: