inline suspend fun <T> vx(callback: (AsyncRe...
# coroutines
d
inline suspend fun <T> vx(callback: (AsyncResult<T>) -> Unit) { }
👍 1