Feature
suspend() in a generic .passive proc
Type feature · Area compiler / async · Verified by cps suite · ← ledger
What it enables
Generic passive procs that park (suspend()) now instantiate cleanly, so combinators like race/gather can be written generically.
How
semSuspend types (suspend) as void (issue #6).
Files: nimony/sem.nim
Verification
Covered by cps suite.