Registry / utility / eapache-channels

eapache-channels

JSON →
library1.1.0gogounverified

Package channels provides a collection of helper functions, interfaces and implementations for working with and extending Go's channels.

go get github.com/eapache/channels
INSTALL
IMPORT
SIG · EAPACHE-CHANNELS
E
eapache-channels
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
github.com/eapache/channels

Create and use a ring channel.

package main import ( "fmt" "github.com/eapache/channels" ) func main() { ch := channels.NewRingChannel(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
4 hits · last 30 days
node
4
Resources
eapache-channels — go get eapache-channels · libregistry