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

Function set_wait_callback

extern/boost/boost/thread/future.hpp:2540–2544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2538
2539 template<typename F>
2540 void set_wait_callback(F f)
2541 {
2542 lazy_init();
2543 future_->set_wait_callback(f,this);
2544 }
2545 void notify_deferred()
2546 {
2547 if (future_.get()==0)

Callers

nothing calls this directly

Calls 2

lazy_initFunction · 0.85
set_wait_callbackMethod · 0.45

Tested by

no test coverage detected