scalib.config.ThreadPool#

class scalib.config.ThreadPool(n_threads)[source]#

SCALib threadpool.

All computationally-heavy operations of SCALib are run on a thread pool. To use the configured ThreadPool, use thread_context or default_threadpool.

Methods

Attributes

property pool#