An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 3.0% on proxy.golang.org
Top 0.5% dependent packages on proxy.golang.org
Top 0.4% dependent repos on proxy.golang.org
Top 6.9% forks on proxy.golang.org
Top 0.4% docker downloads on proxy.golang.org

proxy.golang.org : github.com/BurntSushi/locker

Package locker is a simple package to manage named ReadWrite mutexes. These appear to be especially useful for synchronizing access to session based information in web applications. The common use case is to use the package level functions, which use a package level set of locks (safe to use from multiple goroutines simultaneously). However, you may also create a new separate set of locks. All locks are implemented with read-write mutexes. To use them like a regular mutex, simply ignore the RLock/RUnlock functions.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/%21burnt%21sushi/locker
License: Unlicense
Latest release: over 7 years ago
First release: over 7 years ago
Namespace: github.com/BurntSushi
Dependent packages: 102
Dependent repositories: 374
Stars: 33 on GitHub
Forks: 8 on GitHub
Docker dependents: 165
Docker downloads: 28,969,775
See more repository details: repos.ecosyste.ms
Last synced: about 2 months ago

    Loading...
    Readme
    Loading...