| 273 | } |
| 274 | |
| 275 | bool is_shutdown_requested() FL_NOEXCEPT { |
| 276 | return ICoroutineRuntime::instance().isShutdownRequested(); |
| 277 | } |
| 278 | |
| 279 | //============================================================================= |
| 280 | // Thread-local coroutine context — lets exitCurrent() find its context |
nothing calls this directly
no test coverage detected