CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Feb 2016 |
| SPMSupports SPM | ✗ |
Maintained by Yonat Sharon.
Minimal GCD convenience layer. Dispatch succinctly.
delay (3) {
messageView.hidden = true
}async_main {
label.text = "new title"
}sync_main {
try { managedObjectContext.executeFetchRequest(fetchRequest) }
// ...
}Just add MiniDispatch.swift to your project.
Using CocoaPods:
pod 'MiniDispatch'