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

Method run_if_is_deferred

extern/boost/boost/thread/future.hpp:2213–2215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2211 static_cast<base_type*>(this)->swap(other);
2212 }
2213 bool run_if_is_deferred() {
2214 return this->future_->run_if_is_deferred();
2215 }
2216 bool run_if_is_deferred_or_ready() {
2217 return this->future_->run_if_is_deferred_or_ready();
2218 }

Callers 4

run_if_is_deferredMethod · 0.45
run_if_is_deferredFunction · 0.45
run_deferredFunction · 0.45
operator ()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected