this is a hypothetical scenario: I want a `Job` th...
# coroutines
m
this is a hypothetical scenario: I want a
Job
that sends a batch of analytics every certain time. Sending analytics should not return anything and thus is a perfect case for a
Job
. Every so often I may want to check that the Job has completed without exception