2 releases

0.1.1 Nov 7, 2024
0.1.0 Oct 14, 2024

#618 in Concurrency

Download history 181/week @ 2024-10-09 47/week @ 2024-10-16 10/week @ 2024-10-23 7/week @ 2024-10-30 168/week @ 2024-11-06 22/week @ 2024-11-13 20/week @ 2024-11-20 14/week @ 2024-11-27 42/week @ 2024-12-04 18/week @ 2024-12-11 3/week @ 2024-12-18

66 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