Has anyone tried to call `suspend` functions from ...
# coroutines
p
Has anyone tried to call
suspend
functions from Java? In her talk, Svetlana Isakova suggests wrapping it in a non-suspending async function but then how do you get the result without calling the `suspend`ing
await
? (

https://youtu.be/XEgibiHdJtQ?t=32m15s

)