Skip to content

CONC050

CONC050 — channel policy required

SubsystemConcurrency
Severityerror

channel<T>(…) has no default policy — pass one: channel<T>(policy: Backpressure, capacity: N) (or LatestValue / RingBuffer / Unbounded). See spec/concurrency.md §“Channel construction”.

From your terminal:

Terminal window
q64 explain CONC050