objpool
Thread-safe generic object pool
Examples
use Pool;
use thread;
let pool = with_capacity;
let mut handles = Vecnew;
for _ in 0..10
for handle in handles
assert_eq!;
Thread-safe generic object pool
use Pool;
use thread;
let pool = with_capacity;
let mut handles = Vecnew;
for _ in 0..10
for handle in handles
assert_eq!;