STR060
STR060 — @realtime × |> effect violation
| Subsystem | Streams |
| Severity | error |
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:
q64 explain STR060