[ bullseye ]
[ 源代码: golang-github-uber-go-atomic ]
软件包:golang-github-uber-go-atomic-dev(1.7.0-1)
golang-github-uber-go-atomic-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-uber-go-atomic:
- [golang-github-uber-go-atomic_1.7.0-1.dsc]
- [golang-github-uber-go-atomic_1.7.0.orig.tar.gz]
- [golang-github-uber-go-atomic_1.7.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Wrapper types for sync/atomic which enforce atomic access
This package contains 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. This library preserves all the functionality of the standard library, but wraps the primitive types to provide a safer, more convenient API.
其他与 golang-github-uber-go-atomic-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package
-
- dep: golang-go.uber-atomic-dev
- Simple wrappers for primitive types to enforce atomic access