Skip to content

CONC020

CONC020tell on a reply-bearing handler

SubsystemConcurrency
Severityerror

c.tell(Msg) is fire-and-forget, but Msg’s handler declares a reply (handle Msg -> T). Use c.ask(Msg) to receive the Future<T>. See spec/concurrency.md §“tell vs ask”.

From your terminal:

Terminal window
q64 explain CONC020