Fix a missing line in docs

This commit is contained in:
Stjepan Glavina 2020-05-17 10:00:15 +02:00
parent 40d7998d9f
commit 21e65af190
1 changed files with 1 additions and 0 deletions

View File

@ -308,6 +308,7 @@ impl<T> Async<T> {
///
/// The closure passed to this function attempts an I/O operation and must return
/// [`io::ErrorKind::WouldBlock`] if it's not ready. The current task then gets notified by the
/// reactor when the I/O handle is ready again and the closure retries the operation.
///
/// The closure gets a mutable reference to the inner I/O handle.
///