What does `Deferred` give me over `Job` aside from...
# coroutines
o
What does
Deferred
give me over
Job
aside from the fact that one completes with a result, and the other without?