Stormpot 2.4
Performance release.
- Improved performance of
Slot.release
in theBlazePool
implementation, by making it do alazySet
of the slot status, instead of acompareAndSet
. - Claimed objects can now be explicitly expired with the
Slot.expire
method, if they are discovered to have expired after they were claimed. - New
CompoundExpiration
that can combine two expiration policies.