Join Slack
Communities
Powered by
``` val a = async { a() } val b = async { b() } so...
# coroutines
j
jw
01/03/2018, 4:40 PM
Copy code
val a = async { a() } val b = async { b() } someFunction(a.await(), b.await())
Open in Slack
Previous
Next