|
join 1.0
lightweight network framework library
|
asynchronous wait operation. More...
#include <async_operation.hpp>

Public Types | |
| using | Wait = Function<void (const std::error_code&, bool), 16> |
| handler invoked on completion. | |
Public Attributes | |
| IoOperation | op = {} |
| operation submitted to the proactor. | |
| Wait | waitHandler |
| handler invoked on completion. | |
asynchronous wait operation.
| using join::BasicAsyncWait< Protocol, Proactor >::Wait = Function<void (const std::error_code&, bool), 16> |
handler invoked on completion.
| IoOperation join::BasicAsyncWait< Protocol, Proactor >::op = {} |
operation submitted to the proactor.
| Wait join::BasicAsyncWait< Protocol, Proactor >::waitHandler |
handler invoked on completion.