[][src]Crate lazy_pool

Through lazy-pool you can create generic object pools which are lazily intitialized and use a performant deque in order to provide instances of the pooled objects The pool can be used in a threaded environment as well as an async environment See Pool documentation for more info

Structs

FuturePooled
Pool
Pooled