mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
coop: fix typo in docs for task::unconstrained
(#6212)
This commit is contained in:
parent
92a3455c66
commit
c06a55088b
@ -283,7 +283,7 @@
|
||||
//!
|
||||
//! #### unconstrained
|
||||
//!
|
||||
//! If necessary, [`task::unconstrained`] lets you opt a future out of of Tokio's cooperative
|
||||
//! If necessary, [`task::unconstrained`] lets you opt a future out of Tokio's cooperative
|
||||
//! scheduling. When a future is wrapped with `unconstrained`, it will never be forced to yield to
|
||||
//! Tokio. For example:
|
||||
//!
|
||||
|
Loading…
x
Reference in New Issue
Block a user