Module recursive

Source
Expand description

Track the recursion and grow the stack when necessary to enable fearless recursion.

Macrosยง

tracker
Define the tracker for recursion and return it.

Structsยง

Depth ๐Ÿ”’
Recursion depth.
Tracker
The tracker for a recursive function.

Constantsยง

RED_ZONE ๐Ÿ”’
STACK_SIZE ๐Ÿ”’

Traitsยง

Recurse
The extension trait for a thread-local tracker to run a recursive function.