cortex
0.0.1
Loading...
Searching...
No Matches
scheduler_stopping_error.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <stdexcept>
4
10
namespace
cortex::tiny_fiber
{
11
32
class
SchedulerStoppingError
:
public
std::runtime_error {
33
public
:
34
SchedulerStoppingError
()
35
: std::runtime_error(
"Scheduler is stopping"
) {}
36
};
37
38
}
// namespace cortex::tiny_fiber
cortex::tiny_fiber::SchedulerStoppingError
Exception thrown when the scheduler is stopping.
Definition
scheduler_stopping_error.hpp:32
cortex::tiny_fiber::SchedulerStoppingError::SchedulerStoppingError
SchedulerStoppingError()
Definition
scheduler_stopping_error.hpp:34
cortex::tiny_fiber
Cooperative multitasking primitives built on cortex::Coroutine.
Definition
condition_variable.hpp:13
include
cortex
tiny_fiber
errors
scheduler_stopping_error.hpp
Generated by
1.9.8