| 275 | } |
| 276 | |
| 277 | bool TaskCoroutineESP32::isRunning() const FL_NOEXCEPT { |
| 278 | return !mCompleted.load(); |
| 279 | } |
| 280 | |
| 281 | //============================================================================= |
| 282 | // Factory function — wired into platforms/coroutine.impl.cpp.hpp dispatch |