Skip to content

EFF160

EFF160@cancel without ctx parameter

SubsystemEffects
Severityerror

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:

Terminal window
q64 explain EFF160