package
0.10.1
Repository: https://github.com/acorn-io/runtime.git
Documentation: pkg.go.dev

# Functions

ForEach passes each message received from a channel to a function.
Forward sends messages received from one channel to another.
NilOrCanceled returns true IFF an error is either nil or wraps context.Canceled.
Send sends a slice of messages to a channel.