Fedora Packages

golang-github-burntsushi-locker-devel Subpackage of golang-github-burntsushi-locker

Simple Golang package for conveniently using named read/write locks

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. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/BurntSushi/locker

Releases Overview

Release Stable Testing
Fedora Rawhide 0-0.14.20190210gita6e239e.fc40 -
Fedora 40 0-0.14.20190210gita6e239e.fc40 -
Fedora 39 0-0.12.20190210gita6e239e.fc39 -
Fedora 38 0-0.11.20190210gita6e239e.fc38 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at golang-github-burntsushi-locker dash maintainers at fedoraproject dot org.



Sources on Pagure