Lockless Task Scheduler  v1.0a
A lockless task scheduler
Public Member Functions | Protected Attributes | List of all members
task_scheduler::event Class Reference
Inheritance diagram for task_scheduler::event:
Inheritance graph
[legend]

Public Member Functions

void signal ()
 
void wait ()
 

Protected Attributes

std::mutex lock
 The signal More...
 
std::condition_variable cond_var
 The radio More...
 

Member Data Documentation

◆ cond_var

std::condition_variable task_scheduler::event::cond_var
protected

The radio

◆ lock

std::mutex task_scheduler::event::lock
protected

The signal


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