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