priority 0.1.0

A thread/task priority type
Documentation
1
2
3
4
5
6
7
# 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.