https://github.com/benbjohnson/syncutil
A collection of utility functions for Go synchronization.
https://github.com/benbjohnson/syncutil
Last synced: 5 months ago
JSON representation
A collection of utility functions for Go synchronization.
- Host: GitHub
- URL: https://github.com/benbjohnson/syncutil
- Owner: benbjohnson
- License: mit
- Created: 2020-10-09T16:56:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-09T17:30:57.000Z (over 5 years ago)
- Last Synced: 2025-06-22T01:13:18.874Z (7 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# syncutil
A collection of utility functions for Go synchronization.
## LoggingRWMutex
The `LoggingRWMutex` implements the same methods as `sync.RWMutex` but logs
the stack trace before each operation.