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

Method set_async

extern/boost/boost/thread/future.hpp:252–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250 policy_ = launch::deferred;
251 }
252 void set_async()
253 {
254 is_deferred_ = false;
255 policy_ = launch::async;
256 }
257#ifdef BOOST_THREAD_PROVIDES_EXECUTORS
258 void set_executor()
259 {

Callers 4

set_asyncMethod · 0.45
set_asyncFunction · 0.45
asyncFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected