Function get_thread_local_pools

Source
pub fn get_thread_local_pools() -> &'static DefaultTradingPoolManager
๐Ÿ‘ŽDeprecated since 0.1.0: Use with_thread_local_pools for safer access
Expand description

Get thread-local trading pools (legacy API for compatibility)

ยงDeprecated

This function is deprecated due to lifetime safety concerns. Use with_thread_local_pools instead.