# Functions
Forwards messages from source channel to target channnel with prefix Target <- <Prefix> + Source Return func could be used to forward remaining messages to the output channel before closing it Example: defer close(target) source := someFunc() defer util.ForwardInBackground("Prefix", source, target)().
Concatenate two channels in async way, i.e., any message comming from a or b passes to result without any change.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author