mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-21 00:00:10 +02:00
coop: fix typo in docs for task::unconstrained (#6212)
This commit is contained in:
@@ -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:
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user