mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +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".
|
//! an executor is called a "task".
|
||||||
//!
|
//!
|
||||||
//! The executor is responsible for ensuring that [`Future::poll`] is called
|
//! 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
|
//! 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.
|
//! might have received data and a call to `read` will now be able to succeed.
|
||||||
//!
|
//!
|
||||||
|
|||||||
Reference in New Issue
Block a user