| 22 | |
| 23 | thread_local scheduler_t* scheduler = nullptr; |
| 24 | void scheduler_t::initialize(const scheudler_config_t& config) |
| 25 | { |
| 26 | options.ThreadPoolSize = config.numThreads; |
| 27 | } |
| 28 | |
| 29 | void scheduler_t::bind() |
| 30 | { |
no outgoing calls
no test coverage detected