thread-control 0.1.0

Rust library to control threads' execution/status.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "thread-control"
version = "0.1.0"
readme = "README.md"
authors = ["Denis Kolodin <deniskolodin@gmail.com>"]
description = "Rust library to control threads' execution/status."
repository = "https://github.com/DenisKolodin/thread-control"
license = "MIT/Apache-2.0"

[dependencies]