Module threadpool

Module threadpool 

Source
Expand description

Thread pool utilities

Structs§

ThreadPool
A simple generic thread pool.

Enums§

ExecuteError
Error type for ThreadPool::execute

Type Aliases§

Job 🔒