Will I be able to write something like ``` async(n...
# language-proposals
k
Will I be able to write something like
Copy code
async(notification) {
    await(intent)
    startActivity()
}
?