Skip to content

Thread Pool

async_tiff.ThreadPool

A Rust-managed thread pool.

__init__

__init__(num_threads: int) -> None

Construct a new ThreadPool with the given number of threads.