mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
chore: slight re-wording of unconstrained's module docs (#4928)
This commit is contained in:
@@ -243,7 +243,7 @@
|
|||||||
//!
|
//!
|
||||||
//! #### unconstrained
|
//! #### unconstrained
|
||||||
//!
|
//!
|
||||||
//! If necessary, [`task::unconstrained`] lets you opt out a future of Tokio's cooperative
|
//! If necessary, [`task::unconstrained`] lets you opt a future out of of Tokio's cooperative
|
||||||
//! scheduling. When a future is wrapped with `unconstrained`, it will never be forced to yield to
|
//! scheduling. When a future is wrapped with `unconstrained`, it will never be forced to yield to
|
||||||
//! Tokio. For example:
|
//! Tokio. For example:
|
||||||
//!
|
//!
|
||||||
|
|||||||
Reference in New Issue
Block a user