| 291 | } |
| 292 | |
| 293 | SC::Result SC::AsyncLoopWork::setThreadPool(ThreadPool& threadPool, AsyncThreadPoolMode mode) |
| 294 | { |
| 295 | return executeOn(task, threadPool, mode); |
| 296 | } |
| 297 | |
| 298 | SC::Result SC::AsyncProcessExit::start(AsyncEventLoop& loop, FileDescriptor::Handle process) |
| 299 | { |
no outgoing calls