Skip to content

Commit

Permalink
Refer to figure via PNG
Browse files Browse the repository at this point in the history
  • Loading branch information
JBlaschke committed Aug 27, 2021
1 parent ca18859 commit 04a11ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 04a11ac

Please sign in to comment.