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

Method call

extern/boost/boost/thread/future.hpp:4500–4508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4498 }
4499
4500 void call() {
4501 try {
4502 this->mark_finished_with_result(this->continuation(boost::move(this->parent)));
4503 } catch(...) {
4504 this->mark_exceptional_finish();
4505 }
4506 // make sure parent is really cleared to prevent memory "leaks"
4507 this->parent = F();
4508 }
4509
4510 void call(boost::unique_lock<boost::mutex>& lck) {
4511 try {

Callers 6

runMethod · 0.45
runMethod · 0.45
launch_continuationMethod · 0.45
launch_continuationMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45

Calls 8

FFunction · 0.85
current_exceptionFunction · 0.85
moveFunction · 0.50
lockMethod · 0.45

Tested by

no test coverage detected