GitShow/BurntSushi/locker
BurntSushi

locker

A simple Golang package for conveniently using named read/write locks. Useful for synchronizing access to session based storage in web applications.

by BurntSushi
Star on GitHubFork

Go

36 stars7 forks2 contributorsQuiet · 8y agoSince 2014Unlicense

Meet the team

See all 2 on GitHub →
BurntSushi
BurntSushi3 contributions
tonistiigi
tonistiigi1 contribution

Languages

View on GitHub →
Go95.1%
Makefile2.8%
Vim Script2.1%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

2 of 6 standards met

Community profile →
42
✓README✓License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 1 discussion · Last activity 8y ago
See all on GitHub →
PeterMcKinnis
CommentOpenIssue

Looks like the calls to are unnecessy in and impelmentation e.g. This can be simplified to

PeterMcKinnis · 4y ago

Recent fixes

View closed PRs →
tonistiigi
fix contention on creating a lockMergedPR

When is called before the previous one has finished it would duplicate it and fail on releasing. Signed-off-by: Tonis Tiigi

tonistiigi · 8y ago
Structured data for AI agents

Repository: BurntSushi/locker. Description: A simple Golang package for conveniently using named read/write locks. Useful for synchronizing access to session based storage in web applications. Stars: 36, Forks: 7. Primary language: Go. Languages: Go (95.1%), Makefile (2.8%), Vim Script (2.1%). License: Unlicense. Open PRs: 0, open issues: 1. Last activity: 8y ago. Community health: 42%. Top contributors: BurntSushi, tonistiigi.

·@ofershap

Replace github.com with gitshow.dev