| 911 | void SC::AsyncEventLoop::interrupt() { internal.interrupted = true; } |
| 912 | |
| 913 | bool SC::AsyncEventLoop::isInitialized() const { return internal.initialized; } |
| 914 | |
| 915 | bool SC::AsyncEventLoop::needsThreadPoolForFileOperations() const |
| 916 | { |
no outgoing calls