Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove duplicated thread-pool API (#308)
Removing an old and broken thread-pool module: ```python kvikio.thread_pool.num_threads_reset() kvikio.thread_pool.get_num_threads() ``` Use the default module instead: ```python kvikio.defaults.num_threads_reset() kvikio.defaults.get_num_threads() ``` Authors: - Mads R. B. Kristensen (https://github.com/madsbk) Approvers: - Lawrence Mitchell (https://github.com/wence-) URL: #308
- Loading branch information