GeneratorResumeFinish import { GeneratorResumeFinish } from "destack:async"; Run the body's return path with one completion value. export struct GeneratorResumeFinish { kind: "finish"; value: R; } language/library/src/async/generator.ds:74:80 Members kind: "finish" The request tag. value: R Value carried to the body return.