Gin
Functions
gin_threading.h File Reference

Functions

void callInBackground (std::function< void(void)> function)
 
template<typename T >
void multiThreadedFor (T start, T end, T interval, juce::ThreadPool *threadPool, std::function< void(T idx)> callback)