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
// Filter receives all values from the provided channel and sends only values for which filter(t) is true.Filter[Tany](ctxcontext.Context, in<-chanT, filterfunc(T) bool) <-chanT
A Filter stage could be useful.