pub fn get_pooled_order() -> PooledObject<Order, 256>Expand description
Get an Order from the thread-local pool
This is the fastest option for single-threaded components. The returned object will automatically be returned to the pool when dropped.
pub fn get_pooled_order() -> PooledObject<Order, 256>Get an Order from the thread-local pool
This is the fastest option for single-threaded components. The returned object will automatically be returned to the pool when dropped.