MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / runtime

Method runtime

source/runtime/runtime.cpp:70–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68*/
69
70runtime::runtime() : runtime(runtime_options()) {}
71
72runtime::runtime(const runtime_options& options) {
73 m_timer_queue = std::make_shared<::concurrencpp::timer_queue>(options.max_timer_queue_waiting_time,

Callers

nothing calls this directly

Calls 2

runtime_optionsFunction · 0.85
register_executorMethod · 0.80

Tested by

no test coverage detected