capture->continuation

Returns continuation information for a capture.

Target member

Signature

1capture->continuation()

Returns continuation information for a capture.

capture->continuation is called with member syntax on a receiver value. capture->continuation affects how expressions are parsed. Small examples are worth running in isolation before placing the same shape inside a larger template block.

Examples

Basic call

1currentCapture->continuation
The example shows the normal call shape. Adapt variable names, validation, and surrounding error handling to the context.