2 releases

0.1.1 Nov 7, 2024
0.1.0 Oct 14, 2024

#952 in Concurrency


Used in 6 crates (3 directly)

MIT/Apache

105KB

Priority

logo

This crate defines an abstract set of priorities for tasks or threads. For example, a 'background' priority or 'user interactive' priority.

This crate does not do anything; it simply defines a type used to coordinate behaviors between parts of a program.


lib.rs:

Priority

This crate defines an abstract set of priorities for tasks or threads. For example, a 'background' priority or 'user interactive' priority.

This crate does not do anything; it simply defines a type used to coordinate behaviors between parts of a program.

No runtime deps