|
Lockless Task Scheduler
v1.0a
A lockless task scheduler
|
Struct debug_container More...
#include <task.h>
Public Member Functions | |
| const tchar_t * | priority_to_string (priority_selector _priority) const |
| Priorities to string. More... | |
Public Attributes | |
| string_type | task_name |
| The task name More... | |
| string_vector | dependent_task_names |
| The dependent task names More... | |
Struct debug_container
| const tchar_t * task_scheduler::base_task< TMemInterface >::debug_container::priority_to_string | ( | priority_selector | _priority | ) | const |
Priorities to string.
| _priority | The priority. |
| string_vector task_scheduler::base_task< TMemInterface >::debug_container::dependent_task_names |
The dependent task names
| string_type task_scheduler::base_task< TMemInterface >::debug_container::task_name |
The task name
1.8.13