Base Framework
|
Asynchronous stream. More...
#include <base/io/async/AsynchronousStream.h>
Inherited by AsynchronousInputStream [virtual]
, AsynchronousIOStream [virtual]
, and AsynchronousOutputStream [virtual]
.
Public Member Functions | |
virtual | ~AsynchronousStream () noexcept(false) |
Static Public Member Functions | |
static bool | asyncTest () noexcept |
Asynchronous stream.
Asynchronous stream.
|
virtualnoexcept |
Aborts any pending asynchronous operations (read as well as write) issued by the executing thread.
|
staticnoexcept |
Inserts an explicit tests for any pending asynchronous operation completions. Relinquishes the currently executing thread voluntarily.