AnySharedStream

public struct AnySharedStream<Output> : StreamConvertible

A type-erasing shared stream.

Shared streams can yield their output to more than one receiver and are safe to use from multiple tasks concurrently.