# 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.