Registry / utility / eapache-channels-v1

eapache-channels-v1

JSON →
library1.1.0gogounverified

Package channels provides a collection of helper functions, interfaces and implementations for working with and extending the capabilities of golang's existing channels.

go get gopkg.in/eapache/channels.v1
INSTALL
IMPORT
SIG · EAPACHE-CHANNELS-V
E
eapache-channels-v1
utilitygov1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

channels
gopkg.in/eapache/channels.v1

Creates a buffered channel and sends/receives a value.

package main import ( "fmt" "gopkg.in/eapache/channels.v1" ) func main() { ch := channels.NewNativeChannel(channels.None, 10) ch.In() <- 42 val := <-ch.Out() fmt.Println(val) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
eapache-channels-v1 — go get eapache-channels-v1 · libregistry