[ 源代码: 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.