pub fn get_pooled_order_global() -> ThreadSafePooledObject<Order>Expand description
Get an Order from the global thread-safe pool
Use this for multi-threaded components that need to share pools.
pub fn get_pooled_order_global() -> ThreadSafePooledObject<Order>Get an Order from the global thread-safe pool
Use this for multi-threaded components that need to share pools.