lazy-pool 0.1.0

Experimental lazy object pool
Documentation
lazy-pool-0.1.0 has been yanked.

Lazy Pool

A lazy-initialized object pool. Provides a sharable pool where objects are initialized on demand. The pool works by providing Futures which allow for usage with async/await (untested) and threading as well.

See tests for examples of usage