Package avail.descriptor.fiber

Types

Link copied to clipboard
interface A_Fiber : A_BasicObject

A_Fiber is an interface that specifies the fiber-specific operations that an AvailObject must implement. It's a sub-interface of A_BasicObject, the interface that defines the behavior that all AvailObjects are required to support.

Link copied to clipboard
class FiberDescriptor : Descriptor

An Avail FiberDescriptor fiber represents an independently schedulable flow of control. Its simplistic description of its behavior is a continuation which is repeatedly replaced with continuations representing successively more advanced states, thereby effecting execution.