Gin
Loading...
Searching...
No Matches
Functions
gin_threading.h File Reference

Functions

void callInBackground (std::function< void(void)> function)
 Executes a function on a background thread.
 
template<typename T >
void multiThreadedFor (T start, T end, T interval, juce::ThreadPool *threadPool, std::function< void(T idx)> callback)
 Executes a for loop in parallel across multiple threads.