Function get_pooled_order

Source
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.