honestly every scenario that I can think of can be...
# coroutines
m
honestly every scenario that I can think of can be replaced with a
Deferred<Unit>
, but I think that it may be good to have such a property so that whenever someone wants to validate that their Job ended without exception they are not forced to change their code to use
Deferred<Unit>
or to validate the message of the
CancellationException