fiber

fun fiber(): A_Fiber

Return the current fiber.

Return

The current executing fiber.


fun fiber(newFiber: A_Fiber?, tempDebug: String?)

Bind the specified runningfiber to the Interpreter, or unbind the current fiber.

Parameters

newFiber

The fiber to run, or null to unbind the current fiber.

tempDebug

A string describing the context of this operation.