Asyncronously call a function.
More...
#include <tracktion_AsyncFunctionUtils.h>
Inherits juce::AsyncUpdater.
Asyncronously call a function.
◆ AsyncCaller() [1/2]
| engine::AsyncCaller::AsyncCaller |
( |
| ) |
|
|
default |
◆ AsyncCaller() [2/2]
| engine::AsyncCaller::AsyncCaller |
( |
std::function< void()> |
f | ) |
|
◆ ~AsyncCaller()
| engine::AsyncCaller::~AsyncCaller |
( |
| ) |
|
|
override |
◆ setFunction()
| void engine::AsyncCaller::setFunction |
( |
std::function< void()> |
f | ) |
|
Sets the function to call.
◆ handleAsyncUpdate()
| void engine::AsyncCaller::handleAsyncUpdate |
( |
| ) |
|
|
override |
◆ function
| std::function<void()> engine::AsyncCaller::function |
The documentation for this struct was generated from the following file: