Crate priority

Source
Expand description

§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.

Enums§

Priority
Defines an abstract priority for tasks.