Skip to content

Commit 1bd7069

Browse files
committed
added link to README
1 parent c6b22e8 commit 1bd7069

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

egg_StackOverflow_74464598/README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22
Summary:
33
---------
44

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
5+
* code for [this StackOverflow question](https://stackoverflow.com/questions/74464598)
116

127
Build Notes:
138
------------
@@ -26,7 +21,7 @@ To Run (using Maven):
2621
---------------------
2722

2823
* `./mvn-run.sh`
29-
- set DO_SHUTDOWN command-line arg in `pom.xml`
24+
- set DO_SHUTDOWN command-line arg by editing `pom.xml`
3025

3126
To Run (using Bash):
3227
----------------------

0 commit comments

Comments
 (0)