The specialization of no signal arg. More...
#include <async.hpp>
Public Member Functions | |
AsyncGuard (T *i) | |
AsyncGuard (const AsyncGuard &)=delete | |
void | release () |
Public Attributes | |
T * | invoker |
bool | need_delete = true |
The specialization of no signal arg.
T | The invoker type |