@brief Check if stop has been requested
| 226 | |
| 227 | /// @brief Check if stop has been requested |
| 228 | bool should_stop() const FL_NOEXCEPT { return mShouldStop; } |
| 229 | |
| 230 | /// @brief Force-stop: sets both should_stop and completed flags. |
| 231 | /// Used by runner and task wrappers to immediately mark a coroutine as done. |
no outgoing calls
no test coverage detected