2 releases

0.1.1 Nov 7, 2024
0.1.0 Oct 14, 2024

#619 in Concurrency

Download history 219/week @ 2024-10-14 18/week @ 2024-10-21 3/week @ 2024-10-28 156/week @ 2024-11-04 32/week @ 2024-11-11

217 downloads per month
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