Module tokio::task::unconstrained
source · Structs§
- Future for the
unconstrained
method.
Functions§
- Turn off cooperative scheduling for a future. The future will never be forced to yield by Tokio. Using this exposes your service to starvation if the unconstrained future never yields otherwise.