#thread-pool #worker-thread #execute #minimalist

yanked bare-threadpool

minimalistic threadpool implementation

0.0.1 Aug 10, 2024

#64 in #worker-thread

MIT license

11KB
172 lines

Threadpool

Threadpool provides a minimal implementation for work way to schedule and execute workload on designated worker threads, without

Threadpools provide a way to

The implementation is not using external dependencies

No runtime deps