Join Slack
Powered by
`async` is what is called `async*` in the code abo...
# coroutines
e
elizarov
12/16/2016, 10:11 AM
async
is what is called
async*
in the code above. In Kotlin you’d write
Copy code
fun greeting(name: String): Future<String> = async { … }
Open in Slack
Previous
Next