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ยง
Constantsยง
- RED_
ZONE ๐ - STACK_
SIZE ๐
Traitsยง
- Recurse
- The extension trait for a thread-local tracker to run a recursive function.