Sat, 28 Sep 2024 01:01:36 UTC | login

Information for build golang-github-burntsushi-locker-0-0.4.20190210gita6e239e.fc32

ID141150
Package Namegolang-github-burntsushi-locker
Version0
Release0.4.20190210gita6e239e.fc32
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
StartedFri, 27 Mar 2020 10:05:01 UTC
CompletedFri, 27 Mar 2020 10:05:01 UTC
Tags
f33
f37
f38
RPMs
src
golang-github-burntsushi-locker-0-0.4.20190210gita6e239e.fc32.src.rpm (info) (download)
noarch
golang-github-burntsushi-locker-devel-0-0.4.20190210gita6e239e.fc32.noarch.rpm (info) (download)
Changelog * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * 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