Small utility class to call functions on the background and get a callback when they are done. Attempts to abstract the user from creating and destroying threads for simple tasks, by making use of Grand Central Dispatch on Mac/iOS and std::async on Windows.
Built for the Cinder library for creative coding, version 0.9.0.