mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
Document Handle::default() behavior (#359)
This commit is contained in:
@@ -69,8 +69,7 @@ impl TcpStream {
|
||||
///
|
||||
/// This function will convert a TCP stream created by the standard library
|
||||
/// to a TCP stream ready to be used with the provided event loop handle.
|
||||
/// The stream returned is associated with the event loop and ready to
|
||||
/// perform I/O.
|
||||
/// Use `Handle::default()` to lazily bind to an event loop, just like `connect` does.
|
||||
pub fn from_std(stream: net::TcpStream, handle: &Handle)
|
||||
-> io::Result<TcpStream>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user