risingwave_common::util

Module recursive

source
Expand description

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

Macrosยง

  • Define the tracker for recursion and return it.

Structsยง

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

Constantsยง

Traitsยง

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