Steven Roebert

1pod

SwiftyPromise

这个小型库实现了Swift中线程安全的promise。它允许异步创建promise,并满足或拒绝它们。可以使用then方法链式使用promise。此外,它还支持取消promise链。

许可证:MIT

  • Swift