We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b22e8 commit 1bd7069Copy full SHA for 1bd7069
egg_StackOverflow_74464598/README.md
@@ -2,12 +2,7 @@
2
Summary:
3
---------
4
5
-* this egg illustrates structured concurrency
6
-* two tasks: `foo` and `bar`
7
- - can be configured to succeed or fail
8
-* NOTE
9
- - happy path: one task takes X seconds; the other takes Y seconds
10
- - when one task is configured to fail, the other is interrupted
+* code for [this StackOverflow question](https://stackoverflow.com/questions/74464598)
11
12
Build Notes:
13
------------
@@ -26,7 +21,7 @@ To Run (using Maven):
26
21
---------------------
27
22
28
23
* `./mvn-run.sh`
29
- - set DO_SHUTDOWN command-line arg in `pom.xml`
24
+ - set DO_SHUTDOWN command-line arg by editing `pom.xml`
30
25
31
To Run (using Bash):
32
----------------------
0 commit comments