[ etiona ]
[ nabia ]
[ 原始碼: tendermint-go-clist ]
套件: golang-github-tendermint-go-clist-dev (0~20161010~0git3baa390-3)
golang-github-tendermint-go-clist-dev 的相關超連結
Trisquel 的資源:
下載原始碼套件 tendermint-go-clist:
- [tendermint-go-clist_0~20161010~0git3baa390-3.dsc]
- [tendermint-go-clist_0~20161010~0git3baa390.orig.tar.gz]
- [tendermint-go-clist_0~20161010~0git3baa390-3.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Go Packaging Team (郵件存檔)
- Alessio Treglia
外部的資源:
- 主頁 [github.com]
相似套件:
- golang-github-tendermint-go-merkle-dev
- golang-github-remeh-sizedwaitgroup-dev
- golang-github-cactus-go-statsd-client-dev
- golang-github-tendermint-go-crypto-dev
- golang-github-tendermint-go-flowrate-dev
- golang-github-tendermint-go-p2p-dev
- golang-github-tendermint-go-process-dev
- golang-github-arceliar-phony-dev
- golang-github-tendermint-go-db-dev
- golang-github-victoriametrics-fastcache-dev
- golang-gopkg-tomb.v1-dev
goroutine-safe linked-list implementation
The purpose of CList is to provide a goroutine-safe linked-list. This list can be traversed concurrently by any number of goroutines. However, removed CElements cannot be added back.
This package is a dependency of the Tendermint core.