Ideally I'd like a function `launchDaemon` or a wa...
# coroutines
r
Ideally I'd like a function
launchDaemon
or a way to tell launch via its
context
parameter that I want daemon-like behavior, without having to know any of the surrounding code and the current coroutine scope. I'd write that function myself but not sure how right now.