Crates.io | priority |
lib.rs | priority |
version | 0.1.1 |
source | src |
created_at | 2024-10-14 03:17:50.344025 |
updated_at | 2024-11-07 21:10:59.611121 |
description | A thread/task priority type |
homepage | https://sealedabstract.com/code/priority |
repository | https://github.com/drewcrawford/priority |
max_upload_size | |
id | 1407874 |
size | 111,496 |
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.