8000 Releases · uber/swift-concurrency · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: uber/swift-concurrency

Task handle accessibility

26 Jul 20:24
b415c6e
Compare
Choose a tag to compare
Merge pull request #14 from uber/execution-accessibilty

Fix execution classes accessibility

AbstractTask base class accessibility

26 Jul 20:07
282bf0a
Compare
Choose a tag to compare
Merge pull request #13 from uber/execution-inheritance

Update AbstractTask to be open for inheritance

Add execution package

26 Jul 18:49
5ce5048
Compare
Choose a tag to compare
Merge pull request #12 from uber/execution-master

Add task execution package

Fix CountDownLatch usage of NSCondition

25 May 18:56
643360a
Compare
Choose a tag to compare

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

18 May 20:52
acd4276
Compare
Choose a tag to compare
Merge pull request #6 from uber/release-carthage_project-master

Add Xcode project to support Carthage

Optimized CountDownLatch

02 May 20:56
e9e188c
Compare
Choose a tag to compare
v0.2.0

Update README.md

Initial release

30 Apr 22:12
59d0072
Compare
Choose a tag to compare

Initial release of classes we currently use.

0