Releases: uber/swift-concurrency
Releases · uber/swift-concurrency
Task handle accessibility
Merge pull request #14 from uber/execution-accessibilty Fix execution classes accessibility
AbstractTask base class accessibility
Merge pull request #13 from uber/execution-inheritance Update AbstractTask to be open for inheritance
Add execution package
Merge pull request #12 from uber/execution-master Add task execution package
Fix CountDownLatch usage of NSCondition
NSCondition.wait
must be run in a loop that continuously checks the actual predicate. The wait
method can randomly wake up without the condition being signaled.
Xcode project for Carthage support
Merge pull request #6 from uber/release-carthage_project-master Add Xcode project to support Carthage
Optimized CountDownLatch
v0.2.0 Update README.md
Initial release
Initial release of classes we currently use.