golang-github-nebulouslabs-demotemutex 0.0~git20151003.0.235395f-1 source package in Ubuntu
Changelog
golang-github-nebulouslabs-demotemutex (0.0~git20151003.0.235395f-1) unstable; urgency=medium * Initial release (Closes: #849859) -- Free Ekanayaka <email address hidden> Sun, 30 Oct 2016 15:06:10 +0000
Upload details
- Uploaded by:
- Debian Go Packaging Team on 2017-01-11
- Uploaded to:
- Sid
- Original maintainer:
- Debian Go Packaging Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | on 2019-10-18 | universe | misc |
Eoan | release | on 2019-04-18 | universe | misc |
Disco | release | on 2018-10-30 | universe | misc |
Cosmic | release | on 2018-05-01 | universe | misc |
Bionic | release | on 2017-10-24 | universe | misc |
Artful | release | on 2017-04-20 | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-github-nebulouslabs-demotemutex_0.0~git20151003.0.235395f-1.dsc | 2.4 KiB | d3f39da6dd00d3e14b3f2ce503f5a4d2c966f517d5a97b352216e9b85c0e2c2f |
golang-github-nebulouslabs-demotemutex_0.0~git20151003.0.235395f.orig.tar.xz | 2.4 KiB | 79e9287a51b541058d5cb7b8ea663b4ebaf4b1e9b22e47fd55b30d62c8ea0bfc |
golang-github-nebulouslabs-demotemutex_0.0~git20151003.0.235395f-1.debian.tar.xz | 1.7 KiB | 345353aeef07cbc0858c04489015ccaa85daad6d8470c714451feea85ec3ea85 |
No changes file available.
Binary packages built by this source
- golang-github-nebulouslabs-demotemutex-dev: Allow an RWMutex writelock to be demoted to a readlock.
This package provides an extension to sync.Mutex that allows a writelock to be
demoted to a readlock without releasing control to other writelocks.