Gin
|
Like juce::Timer, but it calls a std::function<> More...
#include <gin_asyncutilities.h>
Inherits juce::Timer.
Public Member Functions | |
LambdaTimer (std::function< void()> func=nullptr) | |
Public Attributes | |
std::function< void()> | onTimer |
Like juce::Timer, but it calls a std::function<>
std::function<void()> LambdaTimer::onTimer |