Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
future_async_shared_state_base
Method · 0.45
set_async
Method · 0.45
set_async
Function · 0.45
async
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected