mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-16 00:00:12 +02:00
Update lib.rs (#471)
Fix build failure on nightly (combination of warning for "cannot be resolved" and lint deny(warnings))
This commit is contained in:
committed by
Carl Lerche
parent
990186ec9d
commit
b3ff9e315c
@@ -6,7 +6,7 @@
|
||||
//! an executor is called a "task".
|
||||
//!
|
||||
//! The executor is responsible for ensuring that [`Future::poll`] is called
|
||||
//! whenever the task is [notified]. Notification happens when the internal
|
||||
//! whenever the task is notified. Notification happens when the internal
|
||||
//! state of a task transitions from "not ready" to ready. For example, a socket
|
||||
//! might have received data and a call to `read` will now be able to succeed.
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user