EFF160
EFF160 — @cancel without ctx parameter
| Subsystem | Effects |
| Severity | error |
A function declared @cancel observes cancellation, so it must take a ctx: Cancel parameter. Add ctx: Cancel to the signature, or drop @cancel if the function doesn’t observe ctx.cancelled(). See spec/effects.md §“@cancel and @uncancellable”.
From your terminal:
q64 explain EFF160