|
Gin
|
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. | |