Skip to content

Commit

Permalink
Allow task execution to throw errors (#28)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
neakor authored and rudro committed Jan 24, 2019
1 parent efbd273 commit d132096
Show file tree
Hide file tree
Showing 7 changed files with 949 additions and 680 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Xcode Add Xcode project to allow Carthage.
#*.xcodeproj
#*.xcworkspace
Concurrency.xcodeproj/xcshareddata/xcschemes/Concurrency-Package.xcscheme

## Build generated
build/
Expand Down
Loading

0 comments on commit d132096

Please sign in to comment.