Skip to content

Allow task execution to throw errors

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