nio-threadpool 0.1.0

general purpose threadpool implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "nio-threadpool"
version = "0.1.0"
edition = "2024"

license = "Apache-2.0"
keywords = ["threadpool"]
authors = ["Nur <nurmohammed840@gmail.com>"]
repository = "https://github.com/nurmohammed840/nio"
description = "general purpose threadpool implementation"

[dependencies]
mpmc-channel = { path = "../mpmc-channel", version = "0.0.0" }