In general it’s just a way to create a lambda where you can call some other suspend functions but invoke only from other suspend context
d
dave08
03/02/2018, 10:40 AM
To compose suspend functions into a lambda that's not suspend? Why not just declare a suspend function and call them there? But then, I guess I'll take a look at those issues, thanks! Sometimes they're not so easy to find...