Module ec_gpu_gen::threadpool

source ·
Expand description

Helpers for multithreaded code. An interface for dealing with the kinds of parallel computations involved.

Structs

A future that is waiting for a result.
A worker operates on a pool of threads.

Statics

The thread pool that is used for the computations.