Join Slack
Powered by
Has anyone tried to call `suspend` functions from ...
# coroutines
p
petersommerhoff
04/20/2018, 12:37 PM
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
▾
)
Open in Slack
Previous
Next