#include <thread.hpp>
Public Types | |
enum | ACTION { WAIT, ABORT } |
Public Member Functions | |
virtual | ~waiter () |
virtual ACTION | process ()=0 |
Definition at line 194 of file thread.hpp.
Enumerator | |
---|---|
WAIT | |
ABORT |
Definition at line 196 of file thread.hpp.
|
inlinevirtual |
Definition at line 198 of file thread.hpp.
|
pure virtual |
Implemented in connect_aborter.
Referenced by threading::async_operation::execute().