Unsafe

kyo.interop.flow.StreamSubscription.Unsafe
object Unsafe

Attributes

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

Members list

Value members

Concrete methods

def subscribe[V, S](using Contextual[S, IO])(stream: Stream[V, S & IO], subscriber: Subscriber[_ >: V])(subscribeCallback: (Fiber[StreamCanceled, StreamComplete] < (IO & S)) => Unit)(using AllowUnsafe, Frame, Tag[Emit[Chunk[V]]], Tag[Poll[Chunk[V]]]): StreamSubscription[V, S]