| 26 | } |
| 27 | |
| 28 | static void assert_not_in_executor(Executor& executor) { |
| 29 | if (executor.is_running_in()) { |
| 30 | ::abort(); |
| 31 | } |
| 32 | } |
| 33 | |
| 34 | ::babylon::AlwaysUseNewThreadExecutor& executor { |
| 35 | ::babylon::AlwaysUseNewThreadExecutor::instance()}; |
nothing calls this directly
no test coverage detected