[ 原始碼: golang-go.uber-atomic ]
套件:golang-go.uber-atomic-dev(1.11.0-1)
golang-go.uber-atomic-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-go.uber-atomic:
- [golang-go.uber-atomic_1.11.0-1.dsc]
- [golang-go.uber-atomic_1.11.0.orig.tar.gz]
- [golang-go.uber-atomic_1.11.0-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [go.uber.org]
相似套件:
Simple wrappers for primitive types to enforce atomic access
The standard library's `sync/atomic` is powerful, but it's easy to forget which variables must be accessed atomically. `go.uber.org/atomic` preserves all the functionality of the standard library, but wraps the primitive types to provide a safer, more convenient API.