VideoTools
|
A private "pimple" implementation class used by GNet::Resolver to do asynchronous name resolution. More...
Public Member Functions | |
ResolverImp (Resolver &, EventExceptionHandler &, const Location &) | |
void | disarm (bool do_delete_this) |
Static Public Member Functions | |
static void | start (ResolverImp *, FutureEvent::handle_type) |
static size_t | count () |
A private "pimple" implementation class used by GNet::Resolver to do asynchronous name resolution.
The implementation contains a worker thread using the future/promise pattern.
Definition at line 251 of file gresolver.cpp.