Lazy Pool

Build Status

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

Release Notes

2.0.0

1.1.0

1.0.0

0.2.3

0.2.1

0.2.0