Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 536 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 536 Bytes

Cinder-Async

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.