FiberGets

kyo.fibersInternal.FiberGets
See theFiberGets companion class
object FiberGets extends FiberGets

Attributes

Companion
class
Graph
Supertypes
class FiberGets
class Effect[FiberGets]
class Object
trait Matchable
class Any
Self type
FiberGets.type

Members list

Type members

Types

type Command[T] = Fiber[T]

Value members

Concrete methods

def apply[T, S](f: Fiber[T]): T < (FiberGets & S)
def run[T](v: T < Fibers)(using f: Flat[T < Fibers]): Fiber[T] < IOs
def runAndBlock[T, S](timeout: Duration)(v: T < (IOs & FiberGets & S))(using f: Flat[T < (IOs & FiberGets & S)]): T < (IOs & S)