diff --git a/basic/barrier/README.md b/basic/barrier/README.md index c9249fb2..2dc0c5d4 100644 --- a/basic/barrier/README.md +++ b/basic/barrier/README.md @@ -42,6 +42,8 @@ You should see the following output from the server: ++++++++++++ Replied with: Result: A: ack=true, B: ack=true, C: ack=true ++++++++++++ +### Error Handling + The second example uses a simple gateway to launch some asynchronous tasks and waits for those tasks to complete. It shows how you might return an exception to the caller if one or more of those tasks fail.