パッケージ: golang-gopkg-eapache-channels.v1-dev (1.1.0-1.1)
golang-gopkg-eapache-channels.v1-dev に関するリンク
Trisquel の資源:
golang-gopkg-eapache-channels.v1 ソースパッケージをダウンロード:
- [golang-gopkg-eapache-channels.v1_1.1.0-1.1.dsc]
- [golang-gopkg-eapache-channels.v1_1.1.0.orig.tar.xz]
- [golang-gopkg-eapache-channels.v1_1.1.0-1.1.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Go Packaging Team (メールアーカイブ)
- Vincent Bernat
外部の資源:
- ホームページ [gopkg.in]
類似のパッケージ:
collection of helpers around golang's existing channels
This package contains a collection of helper functions and special types for working with and extending Go's existing channels.
The heart consists of several distinct implementations of the Channel interface, including channels backed by special buffers (resizable, infinite, ring buffers, etc) and other useful types. A "black hole" channel for discarding unwanted values rounds out the set.
その他の golang-gopkg-eapache-channels.v1-dev 関連パッケージ
|
|
|
-
- dep: golang-go
- Go programming language compiler, linker, compiled stdlib
-
- dep: golang-gopkg-eapache-queue.v1-dev
- fast golang queue using ring-buffer