Expand description
Helper utilities for Rayon thread-pool management shared across LLKV crates.
Centralizing Rayon configuration ensures callers reuse a single bounded pool.
This avoids opportunistic global overrides and keeps worker naming
consistent. The helpers below expose a with_thread_pool entry point and a
cheap accessor for the current thread count.
Functionsยง
- current_
thread_ count - Return the number of worker threads currently active in the shared pool.
- with_
thread_ pool - Execute the provided closure within the shared Rayon thread pool.