How safe is it to save the continuation parameter ...
# coroutines
q
How safe is it to save the continuation parameter of a
suspendCancellableCoroutine
and store it in a global variable? Any advice about it? I basically need to request some data and resume the computation once I receive a callback for the value, and also cancel the request based on lifecycle callbacks