文件名称:Deferred:延迟是一种调用异步函数的方式,就好像它们是同步的一样
文件大小:33KB
文件格式:ZIP
更新时间:2024-06-01 04:23:00
Ruby
安装 可以通过获得 。 要安装它,只需将以下行添加到您的Podfile中: pod 'Deferred' , :git => 'https://github.com/vandilsonlima/Deferred.git' , :branch => 'master' 我们可以这样使用它: async { let value = task (). await (). value let value2 = task2 (value). await (). value let value3 = task3 (value2). await (). value print (value3) } 代替这个: task { value in task2 (value) { value2 in task3 (value2) { value3 in
【文件预览】:
Deferred-master
----.travis.yml(547B)
----.swift-version(4B)
----Example()
--------Deferred.xcworkspace()
--------Podfile(86B)
--------Deferred.xcodeproj()
--------Podfile.lock(264B)
--------Pods()
--------Tests()
----LICENSE(1KB)
----_Pods.xcodeproj(27B)
----.gitignore(737B)
----Deferred.podspec(2KB)
----README.md(755B)
----Deferred()
--------Assets()
--------Classes()