2 releases

new 0.1.1 Nov 7, 2024
0.1.0 Oct 14, 2024

#630 in Concurrency

Download history 206/week @ 2024-10-12 27/week @ 2024-10-19 7/week @ 2024-10-26

240 downloads per month
Used in 5 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