mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
Add a channel to the futures-mio crate
This commit is contained in:
@@ -48,7 +48,9 @@ impl<E> ReadinessStream<E>
|
||||
handle: loop_handle,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl<E> ReadinessStream<E> {
|
||||
/// Tests to see if this source is ready to be read from or not.
|
||||
///
|
||||
/// If this stream is not ready for a read then `NotReady` will be returned
|
||||
|
||||
Reference in New Issue
Block a user