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

Method run

extern/boost/boost/thread/future.hpp:4533–4537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4531 }
4532
4533 static void run(shared_ptr<boost::detail::shared_state_base> that_)
4534 {
4535 continuation_shared_state* that = static_cast<continuation_shared_state*>(that_.get());
4536 that->call();
4537 }
4538
4539 ~continuation_shared_state() {}
4540 };

Callers

nothing calls this directly

Calls 2

getMethod · 0.45
callMethod · 0.45

Tested by

no test coverage detected