cfunction
src/core/fiber.c on line 608, column 1
(fiber/maxstack fib)
Gets the maximum stack size in janet values allowed for a fiber.
While memory for the fiber's stack is not allocated up front, the
fiber will not allocated more than this amount and will throw a
stack-overflow error if more memory is needed.