mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
sync: add missing period to mpsc::Sender::try_send docs (#7721)
This commit is contained in:
@@ -863,7 +863,7 @@ impl<T> Sender<T> {
|
|||||||
self.chan.closed().await;
|
self.chan.closed().await;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Attempts to immediately send a message on this `Sender`
|
/// Attempts to immediately send a message on this `Sender`.
|
||||||
///
|
///
|
||||||
/// This method differs from [`send`] by returning immediately if the channel's
|
/// This method differs from [`send`] by returning immediately if the channel's
|
||||||
/// buffer is full or no receiver is waiting to acquire some data. Compared
|
/// buffer is full or no receiver is waiting to acquire some data. Compared
|
||||||
|
|||||||
Reference in New Issue
Block a user