Join Slack
Powered by
if you’ve used `fun bla(): IO<User>`, imagin...
# arrow-contributors
p
pakoito
03/08/2019, 12:26 PM
if you’ve used
fun bla(): IO<User>
, imagine that suspend is just a way of hiding the wrapper type, so
suspend fun bla(): User
is how it looks like, but behind the scenes both
behave
the same
Open in Slack
Previous
Next