An open API service indexing awesome lists of open source software.

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.

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.