1 unstable release

0.1.0 Oct 28, 2021

#1650 in Asynchronous

MIT/Apache

6KB
57 lines

task_yield

Executor-independent task yielding

Usage

Add the following to your Cargo.toml:

[dependencies]
task_yield = "0.1"

License

This project is licensed under either of

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

Executor-independent task yielding

No runtime deps