maybe via something like ``` val future = async(no...
# language-proposals
k
maybe via something like
Copy code
val future = async(notification) {
    await(intent)
    startActivity()
}

...

future.cancel()
?