Crate threadpool_simple

Source
Expand description

§ThreadPool

A thread pool for working with tasks.

Features:

  • Bug fixes
  • Optimization

§Attention

The ThreadPool is under development.

Structs§

ThreadPool
ThreadPool
Worker
Struct representing a worker in the thread pool.