Function with_global_order_pool

Source
pub fn with_global_order_pool<T: Poolable + Clone + 'static, R>(
    f: impl FnOnce(&OrderPoolTemplate<T>) -> R,
) -> Option<R>
Expand description

Get the global order pool instance (to be called from application code)