Join Slack
Communities
Powered by
What is the return type of the `api::retrieveUserB...
# coroutines
k
kingsley
03/31/2017, 10:20 AM
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
Open in Slack
Previous
Next