mirror of
https://github.com/async-rs/async-std.git
synced 2025-05-14 19:11:27 +00:00
fix: Fix typo in documentation
This commit is contained in:
parent
9311fd7fae
commit
447c17128f
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ async fn accept_loop(addr: impl ToSocketAddrs) -> Result<()> {
|
||||||
spawn_and_log_error(connection_loop(broker_sender.clone(), stream));
|
spawn_and_log_error(connection_loop(broker_sender.clone(), stream));
|
||||||
}
|
}
|
||||||
drop(broker_sender);
|
drop(broker_sender);
|
||||||
broker_handle.await?;
|
broker_handle.await;
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue