What is the return type of the `api::retrieveUserB...
# coroutines
k
What is the return type of the
api::retrieveUserById
though? If it's a deferred, then you need to call
.await()
. Otherwise, if you are returning the
UserInfo
directly, then you must have been blocking a thread somewhere