Skip to content
Fiber

fiber

fiber

Fibers execute gab code.

await

fiber.await: () => ()

Blocks the running fiber while self is not done.

Returns the result of self.

is\done

fiber.is\done: () => boolean

Returns true: if self has completed execution.