| 19 | } |
| 20 | |
| 21 | bool AsyncSystem::dispatchOneMainThreadTask() { |
| 22 | return this->_pSchedulers->mainThread.dispatchZeroOrOneContinuation(); |
| 23 | } |
| 24 | |
| 25 | AsyncSystem::MainThreadScope AsyncSystem::enterMainThread() const { |
| 26 | return this->_pSchedulers->mainThread.immediate.scope(); |
no test coverage detected