[ 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