Skip to content

STR060

STR060@realtime × |> effect violation

SubsystemStreams
Severityerror

A @realtime stage is piped into a non-@realtime stage (the realtime output would feed a consumer that can block), or a buffered stream feeds a @realtime stage. Keep the realtime segment contiguous, or insert an explicit boundary. See spec/streams.md §“Effects on stages”.

From your terminal:

Terminal window
q64 explain STR060