Lockless Task Scheduler  v1.0a
A lockless task scheduler
Public Types | Public Member Functions | Public Attributes | List of all members
task_scheduler::lock_free_node< T, TMemInterface > Struct Template Reference
Inheritance diagram for task_scheduler::lock_free_node< T, TMemInterface >:
Inheritance graph
[legend]
Collaboration diagram for task_scheduler::lock_free_node< T, TMemInterface >:
Collaboration graph
[legend]

Public Types

typedef atomic_lock_free_node< T, TMemInterface > atomic_node
 

Public Member Functions

 operator void * () const
 
const T & load () const
 
void store (const T &_value)
 

Public Attributes

atomic_node next
 
value
 

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