i dont want to make caller have suspend the functi...
# announcements
c
i dont want to make caller have suspend the function on call to my function.
h
Why do you have to use async await at all? Third party code? If not just make it sync, because that seems what you want for your users
👎 2
âž• 2
l
Retrofit 2.6.1+ and ktor client 1.30+ both allow to do that out of the box with first class suspending functions support.