diff options
| author | Eric Jolibois <em.jolibois@gmail.com> | 2022-07-19 11:45:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-19 11:45:34 +0200 |
| commit | 8a4dca5fa63913d42eddd443485f5a7c9d9f5319 (patch) | |
| tree | 9e48152078ba0d409ed8700d449a57139af43ce0 /info.toml | |
| parent | 0e7de2e7a7726d0542745c70cb8659d6dca847a4 (diff) | |
remove small typo in hint of threads3
Diffstat (limited to 'info.toml')
| -rw-r--r-- | info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -988,7 +988,7 @@ An alternate way to handle concurrency between threads is to use a mpsc (multiple producer, single consumer) channel to communicate. With both a sending end and a receiving end, it's possible to send values in one thread and receieve them in another. -Multiple producers are possibile by using clone() to create a duplicate +Multiple producers are possible by using clone() to create a duplicate of the original sending end. See https://doc.rust-lang.org/book/ch16-02-message-passing.html for more info. """ |
