FiberImpl

turbolift.internals.engine.FiberImpl
final class FiberImpl

Attributes

Graph
Supertypes
trait Fiber[Any, Any]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def run(): Halt
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
Any
def unsafeAwait[A](): Outcome[A]

Inherited methods

final def insertLast(that: FiberImpl): Unit

Attributes

Inherited from:
Link (hidden)
final def isLinkedWith(that: Link): Boolean

Attributes

Inherited from:
Link (hidden)
final def isLinkedWithSelf: Boolean

Attributes

Inherited from:
Link (hidden)
final inline def linkWith(that: Link): Unit

Attributes

Inherited from:
Link (hidden)
final def linkWithSelf(): Unit

Attributes

Inherited from:
Link (hidden)
final def removeAnywhere(that: FiberImpl): Unit

Attributes

Inherited from:
Link (hidden)
final def removeFirst(): FiberImpl

Attributes

Inherited from:
Link (hidden)
final def toFiber: FiberImpl

Attributes

Inherited from:
Link (hidden)