Packages

A tiny resource-pool implementation

Retired package: Release invalid - strategy: :lifo is not useful

Current section

Files

Jump to
nimble_pool CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v0.2.2 (2020-10-23)
* Support `strategy: :lifo` for queue handling
## v0.2.1 (2020-09-29)
* List `handle_update` as a callback
## v0.2.0 (2020-08-01)
* Rework all callbacks to receive the pool state
* Add `handle_enqueue`, `handle_dequeue`, and `handle_update`