Chronos is a collection of useful Grand Central Dispatch utilities. If you have any specific requests or ideas for new utilities, don’t hesitate to create a new issue.
Utilities
- DispatchTimer – A repeating timer that fires according to a static interval, e.g. “Fire every 5 seconds”.
- VariableTimer – A repeating timer that allows you to vary the interval between firings, e.g. “Fire according to the function interval = 2 * count.”

Leave a Reply
You must be logged in to post a comment.