| 68 | */ |
| 69 | |
| 70 | runtime::runtime() : runtime(runtime_options()) {} |
| 71 | |
| 72 | runtime::runtime(const runtime_options& options) { |
| 73 | m_timer_queue = std::make_shared<::concurrencpp::timer_queue>(options.max_timer_queue_waiting_time, |
nothing calls this directly
no test coverage detected