Releases: randlabs/rundown-protection
Releases · randlabs/rundown-protection
Release v1.2.0
Release v1.1.1
- Updated dependencies
Release v1.1.0
Now, the rundown protection object can be used as a context.Context
.
When Wait
is called, the context will be fulfilled and Err()
will return context.Canceled
.
Release v1.0.5
- Added a note related to a panic that can appear pointing to this library but the issue is outside.
Release v1.0.4
- Added an important clarification note.
Release v1.0.3
- Code beautify.
- Moved test from examples directory to a
_test.go
file.
Added static initializer and converted done channel to buffered
v1.0.2 Added static object initializer and converted done channel as buffered
Fix on final wait when no one is using the resource
v1.0.1 Fix on final wait when no one is using the resource