Popularity
2.8
Growing
Activity
0.0
Stable
106
4
20

Code Quality Rank: L5
Programming language: Swift
License: MIT License
Tags: Thread    

Dispatcher alternatives and similar libraries

Based on the "Thread" category.
Alternatively, view Dispatcher alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Dispatcher or a related project?

Add another 'Thread' Library

README

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

Thank me!

-

Requirements

  • Swift 2.0+

-

Installation

CocoaPods

Dispatcher is not yet available on CocoaPods.

Carthage
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.