2 releases

0.1.1 Nov 7, 2024
0.1.0 Oct 14, 2024

#1 in #threading

Download history 99/week @ 2026-03-09 105/week @ 2026-03-16 72/week @ 2026-03-23 66/week @ 2026-03-30 65/week @ 2026-04-06 83/week @ 2026-04-13 139/week @ 2026-04-20 60/week @ 2026-04-27 48/week @ 2026-05-04 71/week @ 2026-05-11 103/week @ 2026-05-18 117/week @ 2026-05-25 53/week @ 2026-06-01

359 downloads per month
Used in 20 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.

No runtime deps