From 04a11acfe9bd19992f02b8b93d2bb9e36e1ca6c0 Mon Sep 17 00:00:00 2001 From: Johannes Blaschke Date: Fri, 27 Aug 2021 12:28:43 -0700 Subject: [PATCH] Refer to figure via PNG --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c8d4de8..f04ddd8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ parallelism via channels. The `RemoteChannel` class is a message queue. from the queue using the (blocking) `take` -- or the (non-blocking) `takef` -- methods. -The overall design is illustrated by [this slide](examples/illustrations/Remote%20Channel.pdf) +This illustrates how you can use the `RemoteChannel` workflow to perform +parallel work: +![RemoteChannel](examples/illustrations/RemoteChannel.png) ## Installation