catatsuy / cache

Cache Library for Go
MIT License
14 stars 0 forks source link

Add LockManager implementation and examples to README and tests. #6

Closed catatsuy closed 2 weeks ago

catatsuy commented 2 weeks ago

This pull request introduces a new LockManager feature to manage distributed locks, which is particularly useful for synchronized access to resources by multiple goroutines. The changes include the implementation of the LockManager class, updates to the documentation, and new test cases to ensure its functionality.

Implementation of LockManager:

Documentation updates:

Testing: