cfunction
src/core/debug.c on line 268, column 1
(debug/lineage fib)
Returns an array of all child fibers from a root fiber. This
function is useful when a fiber signals or errors to an ancestor
fiber. Using this function, the fiber handling the error can see
which fiber raised the signal. This function should be used mostly
for debugging purposes.