|
cortex 0.0.1
|
Exception thrown when the scheduler is stopping. More...
#include <scheduler_stopping_error.hpp>
Public Member Functions | |
| SchedulerStoppingError () | |
Exception thrown when the scheduler is stopping.
This exception is thrown by Yield(), Mutex::Lock(), and ConditionVariable::Wait() when the scheduler is being destroyed. Fibers should catch this to clean up gracefully.
Example:
|
inline |