Module lib_wc::executors

source ·
Expand description

Implementations of executors for running tasks concurrently.

Structs

Thin wrapper of rayon::ThreadPool which allows the use of ThreadPool::shutdown methpd

Enums

Traits

The trait that all thread pools should implement.

Functions

Type Definitions