pub async fn text_io_subprogram(
target: impl Send + Write,
messages: impl Stream<Item = TextOutput>,
_: SceneContext,
)Expand description
The runtime for a text output subprogram, which will write messages to the specified target stream