stl
Concurrency locks
Provides a concurrency control mechanism and atomic dynamic shared/exclusive locks for Go applications.
Software Transactional Locks
30 stars
2 watching
5 forks
Language: Go
last commit: over 5 years ago
Linked from 2 awesome lists
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | Provides a locking primitive using MySQL's GET_LOCK mechanism to synchronize access in multi-instance applications. | 62 |
| | Provides a simple distributed locking mechanism using Redis. | 1,495 |
| | Provides trylock functionality on top of read-write locks for Golang concurrency control | 35 |
| | A lock library implementing read-write mutex and read-write trylock without starvation to prevent system blocking | 117 |
| | A distributed locking library built on top of PostgreSQL | 109 |
| | A high-level locking system designed to facilitate concurrent access to resources in various configurations. | 2 |
| | Provides an implementation of systemd Journal's native API for structured logging in Go. | 41 |
| | Provides distributed synchronization primitives, such as locks and semaphores, to ensure exclusive access to regions of code across multiple applications or machines. | 1,936 |
| | Manages a resizeable pool of context aware goroutines to bound concurrency and wait for resources to become available. | 90 |
| | A Go cross-platform binding for OpenGL with support for multiple rendering backends. | 177 |
| | An implementation of the Redlock algorithm to provide distributed locking capabilities in .NET applications. | 960 |
| | A Haskell adaptation of Go's concurrency tutorial | 130 |
| | Provides a Go implementation of backoff strategies and retry mechanisms for operations with timed-out or failed attempts. | 85 |
| | A Haskell implementation of software transactional memory for concurrent programming | 99 |
| | A package providing abstractions for structured concurrency in Go | 68 |