StreamSubscription

kyo.interop.flow.StreamSubscription

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object StreamCanceled

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object StreamComplete

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
object Unsafe

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Unsafe.type

Value members

Concrete methods

def subscribe[V, S](using Contextual[S, IO])(stream: Stream[V, S & IO], subscriber: Subscriber[_ >: V])(using Frame, Tag[Emit[Chunk[V]]], Tag[Poll[Chunk[V]]]): StreamSubscription[V, S] < (IO & S & Resource)