priority 0.1.1

A thread/task priority type
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "priority"
version = "0.1.1"
authors = ["Drew Crawford <drew@sealedabstract.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A thread/task priority type"
homepage = "https://sealedabstract.com/code/priority"
repository = "https://github.com/drewcrawford/priority"
keywords = ["priority", "threading", "async"]
rust-version = "1.56.1"
exclude = [".*"]

categories = []



[dependencies]