Join Slack
Does `launch` require a corresponding `join` or will the coroutine resources created with `launch` b...
# coroutines
b
Bob Glamm
05/22/2019, 7:18 PM
Does
launch
require a corresponding
join
or will the coroutine resources created with
launch
be automatically reclaimed on coroutine completion?
e
elizarov
05/22/2019, 8:10 PM
Not required.
launch
is for “fire and forget”
b
Bob Glamm
05/22/2019, 8:22 PM
perfect. Thanks!
6
Views
Open in Slack
Previous
Next
kotlinlang
A modern programming language that makes developers happier.
Powered by