translation.continuationΒΆ
- name: continuation
- description: enable single-shot continuations
- command-line: –continuation
- command-line for negation: –no-continuation
- option type: boolean option
- default: False
- requirements:
- translation.type_system must be set to ‘lltype’
Enable the use of a stackless-like primitive called “stacklet”. In PyPy, this is exposed at app-level by the “_continuation” module.