fn addNode(self: *Self, node: *Stack.Node) void

Add a node to the group. Thread-safe. Cannot fail. node.data should be the frame handle to add to the group. The node’s memory should be in the function frame of the handle that is in the node, or somewhere guaranteed to live at least as long.

Parameters

self: *Self,
node: *Stack.Node,