MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / set_async

Function set_async

extern/boost/boost/thread/future.hpp:2036–2039  ·  view source on GitHub ↗

todo this function must be private and friendship provided to the internal users.

Source from the content-addressed store, hash-verified

2034
2035 // todo this function must be private and friendship provided to the internal users.
2036 void set_async()
2037 {
2038 this->future_->set_async();
2039 }
2040 // todo this function must be private and friendship provided to the internal users.
2041 void set_deferred()
2042 {

Callers

nothing calls this directly

Calls 1

set_asyncMethod · 0.45

Tested by

no test coverage detected