[ ソース: golang-go.uber-atomic ]
パッケージ: golang-go.uber-atomic-dev (1.4.0-1)
golang-go.uber-atomic-dev に関するリンク
Debian の資源:
golang-go.uber-atomic ソースパッケージをダウンロード:
- [golang-go.uber-atomic_1.4.0-1.dsc]
- [golang-go.uber-atomic_1.4.0.orig.tar.gz]
- [golang-go.uber-atomic_1.4.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.
その他の golang-go.uber-atomic-dev 関連パッケージ
|
|
|
|
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package