mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
chore: slight re-wording of unconstrained's module docs (#4928)
This commit is contained in:
parent
b67b8c1398
commit
f5c1ff7599
@ -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:
|
||||||
//!
|
//!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user