Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.
/ dispatcher Public archive
forked from asalom/dispatcher

Queues, timers, and task groups in Swift

License

Notifications You must be signed in to change notification settings

spring-media/dispatcher

 
 

Repository files navigation

Dispatcher eases the pain of using Grand Central Dispatch by introducing 4 new Swift classes.

Thank me!

Requirements

  • Swift 2.0+

Installation

Dispatcher is not yet available on CocoaPods.

github "aleclarson/dispatcher" "master"
Manually

Drag-and-drop the Dispatcher.xcodeproj into your own Xcode project. In your application target's Build Phases, add Dispatcher.framework to Target Dependencies, Link Binary With Libraries, and Copy Files.

If that gives you trouble, open the Dispatcher.xcodeproj in Xcode and build the framework target. Right-click Dispatcher.framework in the Products folder in your Project Navigator and click Show in Finder. Drag-and-drop the Dispatcher.framework from your finder into your Xcode project.

About

Queues, timers, and task groups in Swift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%