Module janetrs::fiber[][src]

Expand description

Janet fibers (soft threads) type.

Structs

Exec

An iterator that executes the function related to the fiber untill it completes.

JanetFiber

A lightweight green thread in Janet. It does not correspond to operating system threads.

Enums

FiberStatus

This tipe represents a the status of a JanetFiber.