RAUL  0.5.1
Public Member Functions | List of all members
Raul::Command Class Reference

A blocking command to be executed in the audio thread. More...

#include <Command.hpp>

Public Member Functions

void operator() ()
 Caller context.
 
bool pending ()
 Execution context.
 
void finish ()
 

Detailed Description

A blocking command to be executed in the audio thread.

This is useful for calling simple parameterless commands from another thread (OSC, GUI, etc) and waiting on the result. Works well for coarsely timed events (e.g. 'play' clicked in a GUI).

Realtime safe on the commend executing side.


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