We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e7de2e + 8a4dca5 commit 316fc58Copy full SHA for 316fc58
info.toml
@@ -988,7 +988,7 @@ An alternate way to handle concurrency between threads is to use
988
a mpsc (multiple producer, single consumer) channel to communicate.
989
With both a sending end and a receiving end, it's possible to
990
send values in one thread and receieve them in another.
991
-Multiple producers are possibile by using clone() to create a duplicate
+Multiple producers are possible by using clone() to create a duplicate
992
of the original sending end.
993
See https://doc.rust-lang.org/book/ch16-02-message-passing.html for more info.
994
"""
0 commit comments