StreamUnicastPublisher
final class StreamUnicastPublisher[F <: ([_$1] =>> Any), A](val stream: Stream[F, A], dispatcher: Dispatcher[F])(evidence$1: Async[F]) extends Publisher[A]
Implementation of a
org.reactivestreams.PublisherThis is used to publish elements from a
fs2.Stream to a downstream reactivestreams system.- See also
- Companion
- object