Join Slack
Powered by
```launch { val future = async { veryLongComutat...
# coroutines
n
nil2l
03/06/2018, 4:47 PM
Copy code
launch { val future = async { veryLongComutation() } ... val res = future.await() }
Open in Slack
Previous
Next