priority

Crates.iopriority
lib.rspriority
version0.1.1
sourcesrc
created_at2024-10-14 03:17:50.344025
updated_at2024-11-07 21:10:59.611121
descriptionA thread/task priority type
homepagehttps://sealedabstract.com/code/priority
repositoryhttps://github.com/drewcrawford/priority
max_upload_size
id1407874
size111,496
Drew Crawford (drewcrawford)

documentation

README

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.

Commit count: 10

cargo fmt