pub fn with_global_order_pool<T: Poolable + Clone + 'static, R>( f: impl FnOnce(&OrderPoolTemplate<T>) -> R, ) -> Option<R>
Get the global order pool instance (to be called from application code)