#thread-pool #tasks #jobs #start

threadpool-simple

Simple Threadpool for working with many tasks easily

3 releases

0.1.12 May 26, 2023
0.1.11 May 26, 2023
0.1.1 May 26, 2023
0.1.0 May 26, 2023

#542 in Concurrency

Download history 5/week @ 2024-02-25 1/week @ 2024-03-10 52/week @ 2024-03-31

53 downloads per month

MIT license

5KB
53 lines

threadpool-simple v0.1.12 (beta)

Simple-implemented threadpool for working with many jobs (beta).

License Discussions

Threadpool

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.

No runtime deps