#include <Command.hpp>

Public Member Functions | |
| void | operator() () |
| Caller context. | |
| bool | pending () |
| Execution context. | |
| void | finish () |
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 command executing side.
1.5.9