CONC050
CONC050 — channel policy required
| Subsystem | Concurrency |
| Severity | error |
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:
q64 explain CONC050