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

Method wait

extern/boost/boost/thread/future.hpp:1445–1452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1443 }
1444
1445 void wait() const
1446 {
1447 if(!future_)
1448 {
1449 boost::throw_exception(future_uninitialized());
1450 }
1451 future_->wait(false);
1452 }
1453
1454 typedef detail::shared_state_base::notify_when_ready_handle notify_when_ready_handle;
1455

Callers 9

wait_internalMethod · 0.45
waitMethod · 0.45
wait_for_anyFunction · 0.45
get_orMethod · 0.45
get_orFunction · 0.45
get_orMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45

Calls 1

throw_exceptionFunction · 0.50

Tested by

no test coverage detected