Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Fiber.Scheduler
SourceAdvanced fiber execution
Represent a fiber that has stalled.
start t
starts executing a fiber. This advance the execution of the fiber as possible, until no more progress can be made.
Advance a stalled fiber as much as possible by filling a list of ivars. Once must call advance
on a given stalled
value only once.