Join Slack
Powered by
```inline suspend fun <T> vx(block: Handler&...
# coroutines
h
hackerham
12/22/2016, 2:59 PM
Copy code
inline suspend fun <T> vx(block: Handler<T>.() -> Unit) = suspendCoroutine<T> { ... }
Open in Slack
Previous
Next