> How can I indicate to caller side that `getUs...
# coroutines
m
How can I indicate to caller side that
getUserById
is a ’heavy` operation and you need to launch coroutine to deal with it? (edited)
You could also return Deferred ?