Commit d132096
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 changes1 parent efbd273 commit d132096
File tree
7 files changed
+949
-680
lines changed- Concurrency.xcodeproj
- Sources/Concurrency/Executor
- Tests/ConcurrencyTests/Executor
7 files changed
+949
-680
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments