Object Slots
The layout of object slots for my instances.
Entries
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
Content copied to clipboard
A map from atoms to heritable values. When a fiber forks a new fiber, the new fiber inherits this map. The atom identities ensure modularity and non-interference of these keys.
Link copied to clipboard
Content copied to clipboard
A map from atoms to values. Each fiber has its own unique such map, which allows processes to record fiber-specific values. The atom identities ensure modularity and non-interference of these keys.
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
Content copied to clipboard
The A_Function that suspended this fiber, or nil if it's not suspended.
Link copied to clipboard
Content copied to clipboard
The current state of execution of the fiber. This is a continuation, or nil while the fiber is running or completed.