golang-golang-x-sync 0.0~git20170317.0.5a06fca-1ubuntu2 source package in Ubuntu

Changelog

golang-golang-x-sync (0.0~git20170317.0.5a06fca-1ubuntu2) bionic; urgency=medium

  * Stop building shared library package.

 -- Michael Hudson-Doyle <email address hidden>  Wed, 08 Nov 2017 22:32:41 +1300

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-golang-x-sync_0.0~git20170317.0.5a06fca.orig.tar.xz 14.0 KiB 56ae8b25a06b4f1b91e6f15c4e7235b2e81ba2a231a9b5e88f7bfc1f0e9528da
golang-golang-x-sync_0.0~git20170317.0.5a06fca-1ubuntu2.debian.tar.xz 2.3 KiB 1423c32814b88783a32c80619fde8f25b218bc90080fba21b242798e96dd4ac3
golang-golang-x-sync_0.0~git20170317.0.5a06fca-1ubuntu2.dsc 2.3 KiB 9888ab4598313a47eef9deb9d839c9a195b773a481e26daa5e2be9d6957e4026

View changes file

Binary packages built by this source

golang-golang-x-sync-dev: Supplemental Go synchronization libraries

 This package provides supplemental Go libraries (golang.org/x/sync) that
 were not included in the main distribution. It provides Go concurrency
 primitives in addition to the ones provided by the language ro the "sync"
 and "sync/atomic" packages.
 .
 Provides:
   - singleflight: provides a duplicate function call suppression mechanism
   - errgroup: provides synchronization, error propagation, and Context
               cancellation for groups of goroutines working on subtasks
   - semaphore: provides a weighted semaphore implementation
   - syncmap: provides a concurrent map implementation