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

Public Member Functions

 lock_free_queue (TParam param)
 
virtual bool push_back (T newData)
 
virtual bool pop_front (T &val)
 
virtual bool pop_back (T &val)
 
virtual bool empty () const
 

Public Attributes

TPolicy queue
 

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