Acquire Immediately
Breaking Changes
another small breaking change. we are approaching a stable API
- The
tryAcquirefunction is now calledacquireImmediately.tryAcquirewas too confusing.
Changes
- Added
runImmediatelymethod: https://verrou.dev/docs/api#acquireimmediately
Commits
- chore: fix doc about lock factory API (a651ff9)
- feat!: rename
tryAcquiretoacquireImmediately+ addrunImmediatelymethod (41bfae1)
Full Changelog: https://github.com/Julien-R44/verrou/compare/verrou@0.2.0...verrou@0.3.0