Skip to main content

global_thread_pool

Function global_thread_pool 

Source
pub fn global_thread_pool() -> Arc<ThreadPool> 
Expand description

Get the global persistent thread pool

This pool is initialized once and reused across all parallel operations to eliminate thread creation/destruction overhead.