Wed, 26 Jun 2024 23:49:59 UTC | login

Information for build golang-github-burntsushi-locker-0-0.3.20190210gita6e239e.fc31

ID111790
Package Namegolang-github-burntsushi-locker
Version0
Release0.3.20190210gita6e239e.fc31
Epoch
SummarySimple Golang package for conveniently using named read/write locks
Description 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 31 Jul 2019 17:57:18 UTC
CompletedWed, 31 Jul 2019 17:57:18 UTC
Tags
f31
f32
f33
RPMs
src
golang-github-burntsushi-locker-0-0.3.20190210gita6e239e.fc31.src.rpm (info) (download)
noarch
golang-github-burntsushi-locker-devel-0-0.3.20190210gita6e239e.fc31.noarch.rpm (info) (download)
Changelog * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Jun 03 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.2.20190210gita6e239e - Update to new macros * Tue Jan 15 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0-0.1.20190210gita6e239e - First package for Fedora