| 16 | |
| 17 | struct CoroutineCancelableTest : public ::testing::Test { |
| 18 | virtual void SetUp() override { |
| 19 | executor.set_worker_number(8); |
| 20 | executor.start(); |
| 21 | } |
| 22 | |
| 23 | static void assert_in_executor(Executor& executor) { |
| 24 | if (!executor.is_running_in()) { |
nothing calls this directly
no test coverage detected