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.
recv_blocking
1 parent 9a96317 commit c950c6eCopy full SHA for c950c6e
src/lib.rs
@@ -658,7 +658,7 @@ impl<T> Receiver<T> {
658
/// # Blocking
659
///
660
/// Rather than using asynchronous waiting, like the [`recv`](Self::recv) method,
661
- /// this method will block the current thread until the message is sent.
+ /// this method will block the current thread until the message is received.
662
663
/// This method should not be used in an asynchronous context. It is intended
664
/// to be used such that a channel can be used in both asynchronous and synchronous contexts.
0 commit comments