`Awaits for completion of this value without block...
# coroutines
k
Awaits for completion of this value without blocking a thread and resumes when deferred computation is complete,returning the resulting value or throwing the corresponding exception if the deferred had completed exceptionally.