| 1109 | } |
| 1110 | |
| 1111 | AwaitLoopWorkAwaiter AwaitEventLoop::loopWork(ThreadPool& threadPool, Function<Result()> work) |
| 1112 | { |
| 1113 | return AwaitLoopWorkAwaiter(*this, threadPool, move(work)); |
| 1114 | } |
| 1115 | |
| 1116 | Result AwaitLoopWakeUp::wakeUp(AwaitEventLoop& await) { return wakeUp(await.asyncEventLoop()); } |
| 1117 |
no test coverage detected