2 releases
new 0.1.1 | Nov 7, 2024 |
---|---|
0.1.0 | Oct 14, 2024 |
#630 in Concurrency
240 downloads per month
Used in 5 crates
(3 directly)
105KB
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.
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.