Skip to content

Consider Filter stage #15

Description

@kalexmills-splunk

A Filter stage could be useful.

// Filter receives all values from the provided channel and sends only values for which filter(t) is true.
Filter[T any](ctx context.Context, in <-chan T, filter func(T) bool) <-chan T

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions