Dispatcher alternatives and similar libraries
Based on the "Thread" category.
Alternatively, view Dispatcher alternatives based on common mentions on social networks and blogs.
-
Async
Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch -
Schedule
Schedule timing task in Swift using a fluent API. (A friendly alternative to Timer) -
Async.legacy
Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch (iOS7+ and OS X 10.9+ compatible) -
EKI
Make Grand Central Dispatch easy and fun to use (queue, task, group, timer and semaphore). -
AsyncTimer
AsyncTimer is a precision asynchronous timer. You can also use it as a countdown timer
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Dispatcher or a related project?
Popular Comparisons
README
Dispatcher eases the pain of using Grand Central Dispatch by introducing 4 new Swift classes.
-
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.