FiberGets

kyo.concurrent.fibers.internal.FiberGets
final class FiberGets extends Effect[Fiber, FiberGets]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply[T, S](f: Fiber[T] > S): T > FiberGets & S
def run[T](v: T > Fibers)(implicit f: Flat[T > Fibers]): Fiber[T] > IOs
def runBlocking[T, S](v: T > Fibers & S)(implicit f: Flat[T > Fibers & S]): T > IOs & S

Inherited methods

def accepts[M2[_], E2 <: Effect[M2, LazyRef(...)]](other: Effect[M2, E2]): Boolean

Attributes

Inherited from:
Effect
final protected def handle[T, S, S2](v: T > FiberGets & S)(implicit h: Handler[Fiber, FiberGets, S2], s: Safepoint[Fiber, FiberGets], f: Flat[T > FiberGets & S]): M[T] > S & S2

Attributes

Inherited from:
Effect
final protected def suspend[T, S](v: Fiber[T] > S): T > S & E

Attributes

Inherited from:
Effect
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Effect -> Any
Inherited from:
Effect