simple_threadpool_func_bio 0.0.1

My simple thread pool functions for my projects. Taken from the official rust-lang book
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
categories = [""]
description = "My simple thread pool functions for my projects. Taken from the official rust-lang book"
# documentation = ""
edition = "2021"
# homepage = ""
# keywords = [""]
license = "MIT"
name = "simple_threadpool_func_bio"
# readme = ""
repository = "https://github.com/Shin0kari/Simple-func-for-working-with-Threadpool"
version = "0.0.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]