Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: move striplock to libs/utils package #4089

Closed
wants to merge 3 commits into from

Conversation

VolodymyrBg
Copy link

Move the striplock implementation from store package to libs/utils
to make it more reusable across the codebase. This change:

  • Creates new StripLock and MultiLock types in libs/utils package
  • Adds proper documentation for all exported types and methods
  • Maintains backward compatibility through type aliases
  • Marks old package-level functions as deprecated

The implementation remains functionally identical, but is now
properly placed in the utils package as suggested by the TODO comment.

Resolves TODO: move striplock to utils

@github-actions github-actions bot added the external Issues created by non node team members label Feb 4, 2025
@cristaloleg
Copy link
Contributor

Sounds like #4046

@VolodymyrBg VolodymyrBg closed this Feb 4, 2025
@VolodymyrBg VolodymyrBg deleted the VolodymyrBg branch February 5, 2025 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external Issues created by non node team members
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants