# Priority ![logo](art/logo.png) 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.