golang-golang-x-sync 0.6.0-1 source package in Ubuntu

Changelog

golang-golang-x-sync (0.6.0-1) unstable; urgency=medium

  * New upstream version 0.6.0

 -- Anthony Fok <email address hidden>  Mon, 29 Jan 2024 14:18:17 -0700

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-golang-x-sync_0.6.0-1.dsc 2.2 KiB 1310685667c65f4c62fd627511d064b4abf19c75818c0c4f7a479569122102f6
golang-golang-x-sync_0.6.0.orig.tar.gz 17.2 KiB 23b8fca95397b2293e64e58d333633051ec942b46318ad8f630318e801658b67
golang-golang-x-sync_0.6.0-1.debian.tar.xz 3.4 KiB 5f2456b4d64f029fb1c5cd768893fca2d1593bef57d8ce2dcd8c2d912d6c4b79

Available diffs

No changes file available.

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