3 releases
0.1.12 | May 26, 2023 |
---|---|
0.1.11 | May 26, 2023 |
0.1.1 | May 26, 2023 |
0.1.0 |
|
#1247 in Concurrency
31 downloads per month
5KB
53 lines
threadpool-simple v0.1.12 (beta)
Simple-implemented threadpool for working with many jobs (beta).
See docs
See documentation to learn and start using it!
Features
- Bug Fixes
- Code Optimization
Contribution
The threadpool-simple
open for contributions!
Contact us: qmvscorpio@gmail.com
lib.rs
:
ThreadPool
A thread pool for working with tasks.
Features:
- Bug fixes
- Optimization
Attention
The ThreadPool
is under development.