tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
tracktion::engine::BlockingFunction Struct Reference
Inheritance diagram for tracktion::engine::BlockingFunction:
tracktion::engine::MessageThreadCallback juce::AsyncUpdater

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.
 

Detailed Description

Definition at line 240 of file tracktion_AsyncFunctionUtils.h.

Constructor & Destructor Documentation

◆ BlockingFunction()

tracktion::engine::BlockingFunction::BlockingFunction ( std::function< void()>  f)

Definition at line 242 of file tracktion_AsyncFunctionUtils.h.


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