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

Function run_deferred

extern/boost/boost/thread/future.hpp:5539–5549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5537 }
5538 }
5539 bool run_deferred() {
5540
5541 bool res = false;
5542 for (typename csbl::vector<F>::iterator it = vec_.begin(); it != vec_.end(); ++it) {
5543 if (! it->run_if_is_deferred())
5544 {
5545 res = true;
5546 }
5547 }
5548 return res;
5549 }
5550 void init() {
5551 if (! run_deferred())
5552 {

Callers 4

initFunction · 0.85
initMethod · 0.85
initMethod · 0.85
initMethod · 0.85

Calls 3

beginMethod · 0.45
endMethod · 0.45
run_if_is_deferredMethod · 0.45

Tested by

no test coverage detected