event_port
Description
Class which acts as a correspondent between the running framework and outside events which may be signals from the operating system or just other threads. Default EventPorts are supplied by setupAsyncIo() in io.h
Methods
~event_port ( ) |
|
conveyor < void > |
on_signal ( Signal ) |
void |
poll ( ) |
void |
wait ( ) |
void |
wait_for ( uint64_t ) |
void |
wait_until ( uint64_t ) |
void |
wake ( ) |
Methods Description
~event_port ( )
conveyor < void > on_signal ( Signal )
void poll ( )
void wait ( )
void wait_for ( uint64_t )
void wait_until ( uint64_t )
void wake ( )