|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
Public Member Functions | |
| BlockingFunction (std::function< void()> f) | |
Public Member Functions inherited from tracktion::engine::MessageThreadCallback | |
| bool | hasFinished () const noexcept |
| Returns true if the callback has completed. | |
| void | triggerAndWaitForCallback () |
| Triggers the callback to happen on the message thread and blocks until it has returned or the thread signals it should exit. | |
Definition at line 240 of file tracktion_AsyncFunctionUtils.h.
| tracktion::engine::BlockingFunction::BlockingFunction | ( | std::function< void()> | f | ) |
Definition at line 242 of file tracktion_AsyncFunctionUtils.h.