We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
How would this even work, or why is this necessary when future's "stack" requirements are always statically known?
Calling the non-async grow or maybe_grow function in the poll function might work.
This would help with avoiding stack overflows caused by recursive async functions.
Activity
nagisa commentedon Feb 21, 2025
How would this even work, or why is this necessary when future's "stack" requirements are always statically known?
dullbananas commentedon Feb 22, 2025
Calling the non-async grow or maybe_grow function in the poll function might work.
This would help with avoiding stack overflows caused by recursive async functions.