Lockless Task Scheduler  v1.0a
A lockless task scheduler
Public Attributes | List of all members
task_scheduler::base_task_graph< TMemInterface >::debug_container Struct Reference

Struct debug_container More...

#include <taskgraph.h>

Public Attributes

task_name_to_task_map task_name_to_task
 The task name to task More...
 
task_vector task_list
 The task list More...
 

Detailed Description

template<class TMemInterface>
struct task_scheduler::base_task_graph< TMemInterface >::debug_container

Struct debug_container

Member Data Documentation

◆ task_list

template<class TMemInterface >
task_vector task_scheduler::base_task_graph< TMemInterface >::debug_container::task_list

The task list

◆ task_name_to_task

template<class TMemInterface >
task_name_to_task_map task_scheduler::base_task_graph< TMemInterface >::debug_container::task_name_to_task

The task name to task


The documentation for this struct was generated from the following file: