mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-12 23:17:18 +00:00
Fixed typo in crossbeam-complex.md (#610)
This commit is contained in:
parent
bba147f185
commit
4789410122
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
[![crossbeam-badge]][crossbeam] [![cat-concurrency-badge]][cat-concurrency]
|
||||
|
||||
This example uses the [crossbeam] and [crossbeam-channel] crates to create
|
||||
a parallel pipline, similar to that described in the ZeroMQ [guide]
|
||||
a parallel pipeline, similar to that described in the ZeroMQ [guide]
|
||||
There is a data source and a data sink, with data being processed by two worker
|
||||
threads in parallel on its way from the source to the sink.
|
||||
|
||||
|
|
Loading…
Reference in a new issue