Module janetrs::fiber

source ·
Expand description

Janet fibers (soft threads) type.

Structs§

  • An iterator that executes the function related to the fiber until it completes.
  • A lightweight green thread in Janet. It does not correspond to operating system threads.

Enums§