Dispatcher alternatives and similar libraries
Based on the "Thread" category.
Alternatively, view Dispatcher alternatives based on common mentions on social networks and blogs.
-
Schedule
DISCONTINUED. 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
DISCONTINUED. Make Grand Central Dispatch easy and fun to use (queue, task, group, timer and semaphore). -
AsyncTimer
DISCONTINUED. AsyncTimer is a precision asynchronous timer. You can also use it as a countdown timer -
atomic
Atomic is a lightweight Swift property wrapper that provides thread-safe access to values. It ensures safe concurrent access to properties without the complexity of manual lock management.
SaaSHub - Software Alternatives and Reviews
* 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?
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.