最小化GCD便捷层。简洁地调度。
delay (3) {
messageView.hidden = true
}
async_main {
label.text = "new title"
}
sync_main {
try { managedObjectContext.executeFetchRequest(fetchRequest) }
// ...
}
只需将MiniDispatch.swift
添加到您的项目中。
使用CocoaPods
pod 'MiniDispatch'