Skip to content

Commit

Permalink
futures_channel
Browse files Browse the repository at this point in the history
  • Loading branch information
najamelan authored and cramertj committed May 6, 2019
1 parent ac00a89 commit b93b785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion futures-channel/src/oneshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ impl<T> Receiver<T> {
///
/// Any `send` operation which happens after this method returns is
/// guaranteed to fail. After calling this method, you can use
/// [`Receiver::poll`](Future::poll) to determine whether a
/// [`Receiver::poll`](core::future::Future::poll) to determine whether a
/// message had previously been sent.
pub fn close(&mut self) {
self.inner.close_rx()
Expand Down

0 comments on commit b93b785

Please sign in to comment.