kyo.interop.flow
package kyo.interop.flow
Members list
Type members
Classlikes
object StreamPublisher
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
StreamPublisher.type
object StreamSubscriber
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
StreamSubscriber.type
object StreamSubscription
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
StreamSubscription.type
Value members
Concrete methods
def fromPublisher[T](publisher: Publisher[T], bufferSize: Int, emitStrategy: EmitStrategy)(using Frame, Tag[Emit[Chunk[T]]], Tag[Poll[Chunk[T]]]): Stream[T, Async] < (Resource & IO)
def streamToPublisher[T, S](using Contextual[S, IO])(stream: Stream[T, S & IO])(using Frame, Tag[Emit[Chunk[T]]], Tag[Poll[Chunk[T]]]): Publisher[T] < (Resource & IO & S)
def subscribeToStream[T, S](using Contextual[S, IO])(stream: Stream[T, S & IO], subscriber: Subscriber[_ >: T])(using Frame, Tag[Emit[Chunk[T]]], Tag[Poll[Chunk[T]]]): Subscription < (Resource & IO & S)
In this article