blocking2

fun <T0, T1> blocking2(timeoutMs: Long, call: ((T0?, T1?) -> Unit) -> Unit): Pair<T0?, T1?>