singletonThread 1.1.0

thread in a singleton
Documentation
[dependencies.parking_lot]
version = "0.12"

[dependencies.thread-priority]
version = "1.1"

[lib]
name = "singletonThread"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures"]
description = "thread in a singleton"
edition = "2021"
keywords = ["singleton", "thread"]
license = "MIT OR Apache-2.0"
name = "singletonThread"
readme = "README.md"
repository = "https://github.com/hyultis/singletonThread"
version = "1.1.0"

[[test]]
name = "tests"
path = "tests/tests.rs"