singletonThread 2.0.0

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

[dependencies.thread-priority]
optional = true
version = "2.1.0"

[features]
default = []
thread_priority = ["thread-priority"]

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

[package]
authors = ["Hyultis <hyultis@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "thread in a singleton"
edition = "2024"
keywords = ["singleton", "thread"]
license = "MIT OR Apache-2.0"
name = "singletonThread"
readme = "README.md"
repository = "https://github.com/hyultis/singletonThread"
version = "2.0.0"

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