Crate pool [] [src]

A store of pre-initialized values.

Values can be checked out when needed, operated on, and will automatically be returned to the pool when they go out of scope. It can be used when handling values that are expensive to create.

Structs

Checkout

A handle to a checked out value

Pool

A pool of values