multithreading 0.1.2

A simple multithreading library in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.num_cpus]
version = "1.16.0"

[package]
authors = ["LOSEARDES77"]
categories = ["concurrency"]
description = "A simple multithreading library in Rust"
edition = "2021"
keywords = ["thread", "multithread", "cpus", "cpu", "process"]
license = "MIT"
name = "multithreading"
readme = "README.md"
repository = "https://github.com/LOSEARDES77/multithreading-rs"
version = "0.1.2"