You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a sink that collects incoming streamed items into a Go channel.
This would, ultimately, allow ability to link two streams using a channel as a bridge
Stream1.Into(Chan) - > Stream2.From(Chan)