Movatterモバイル変換


[0]ホーム

URL:


sync

module
v0.17.0Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 13, 2025 License:BSD-3-Clause

Details

Repository

cs.opensource.google/go/x/sync

Links

README

Go Sync

Go Reference

This repository provides Go concurrency primitives in addition to theones provided by the language and "sync" and "sync/atomic" packages.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes tothis repository, seehttps://go.dev/doc/contribute.

The git repository ishttps://go.googlesource.com/sync.

The main issue tracker for the sync repository is located athttps://go.dev/issues. Prefix your issue with "x/sync:" in thesubject line, so it is easy to find.

Directories

PathSynopsis
Package errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task.
Package errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task.
Package semaphore provides a weighted semaphore implementation.
Package semaphore provides a weighted semaphore implementation.
Package singleflight provides a duplicate function call suppression mechanism.
Package singleflight provides a duplicate function call suppression mechanism.
Package syncmap provides a concurrent map implementation.
Package syncmap provides a concurrent map implementation.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f orF : Jump to
y orY : Canonical URL
go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.Learn more.

[8]ページ先頭

©2009-2025 Movatter.jp