Right, whereas using `get` would potentially block...
# coroutines
d
Right, whereas using
get
would potentially block the thread the operation is running on + the thread listening for the result, right?