Streams text output from a module asynchronously. Returns a promise that resolves to an async generator.
Examples
if (FALSE) { # \dontrun{
stream_async(mod, question = "Write a story") |>
promises::then(function(gen) {
# Process async generator
})
} # }
