Does `future` cancel the parent `Job` if the block...
# coroutines
b
Does
future
cancel the parent
Job
if the block fails exceptionally? (same behavior as
async
)
g
Yes
If you want to avoid it use SupervisorJob
b
Good. I was assuming so by convention, but I was missing the documentation that informed it as such