StreamUnicastPublisher

final class StreamUnicastPublisher[F[_], A](val stream: Stream[F, A], dispatcher: Dispatcher[F])(`evidence$1`: Async[F]) extends Publisher[A]

Implementation of a org.reactivestreams.Publisher

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
trait Publisher[A]
class Object
trait Matchable
class Any

Value members

Concrete methods

def subscribe(subscriber: Subscriber[_ >: A]): Unit

Concrete fields

val stream: Stream[F, A]