[ 源代码: golang-gopkg-eapache-channels.v1 ]
软件包:golang-gopkg-eapache-channels.v1-dev(1.1.0-2)
golang-gopkg-eapache-channels.v1-dev 的相关链接
Debian 的资源:
下载源码包 golang-gopkg-eapache-channels.v1:
- [golang-gopkg-eapache-channels.v1_1.1.0-2.dsc]
- [golang-gopkg-eapache-channels.v1_1.1.0.orig.tar.xz]
- [golang-gopkg-eapache-channels.v1_1.1.0-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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-gopkg-eapache-queue.v1-dev
- fast golang queue using ring-buffer