[ 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