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

Allow task execution to throw errors

Compare
Choose a tag to compare
@neakor neakor released this 24 Jan 21:28
· 7 commits to master since this release
Allow task execution to throw errors (#28)

* Allow task execution to throw errors

Adds support to allow task execution to throw errors. The error is then reported back via the `SequenceExecutionHandle.await` method when results are being retrieved.

* Ignore SPM generated scheme

* Xcode project changes
0