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

Struct persistent_container More...

#include <taskgraph.h>

Public Attributes

task_vector head_tasks
 The head tasks More...
 
task_vector tail_tasks
 The tail tasks More...
 
sub_graph_vector sub_graphs
 The sub graphs More...
 

Detailed Description

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

Struct persistent_container

Member Data Documentation

◆ head_tasks

template<class TMemInterface >
task_vector task_scheduler::base_task_graph< TMemInterface >::persistent_container::head_tasks

The head tasks

◆ sub_graphs

template<class TMemInterface >
sub_graph_vector task_scheduler::base_task_graph< TMemInterface >::persistent_container::sub_graphs

The sub graphs

◆ tail_tasks

template<class TMemInterface >
task_vector task_scheduler::base_task_graph< TMemInterface >::persistent_container::tail_tasks

The tail tasks


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