Skip to content

Commit d132096

Browse files
neakorrudro
authored andcommitted
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
1 parent efbd273 commit d132096

File tree

7 files changed

+949
-680
lines changed

7 files changed

+949
-680
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Xcode Add Xcode project to allow Carthage.
22
#*.xcodeproj
33
#*.xcworkspace
4+
Concurrency.xcodeproj/xcshareddata/xcschemes/Concurrency-Package.xcscheme
45

56
## Build generated
67
build/

0 commit comments

Comments
 (0)