THREAD_POOL

Static THREAD_POOL 

Source
pub static THREAD_POOL: Lazy<Pool>
Expand description

The thread pool that is used for the computations.

By default, it’s size is equal to the number of CPUs. It can be set to a different value with the EC_GPU_NUM_THREADS environment variable.