libfringe
libfringe copied to clipboard
Ask for help: Is there any way to increase stack size when generator is suspeneded?
Is it possible to do so or this is planned in the future?
Once a generator has started, it is not possible to move its stack. This means that growing it is only possible if it can be done in-place (i.e without moving the stack).