libfilezilla
Protected Member Functions | Friends | List of all members
aio_waiter Class Referenceabstract

#include <aio.hpp>

Inheritance diagram for aio_waiter:
Inheritance graph
[legend]

Protected Member Functions

virtual void on_buffer_availability (aio_waitable const *w)=0
 

Friends

class aio_waitable
 

Detailed Description

Base class of objects that can be waiting.

Alternatively, fz::aio_waitable can also be waited on with fz::event_handler

Member Function Documentation

◆ on_buffer_availability()

virtual void on_buffer_availability ( aio_waitable const *  w)
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


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