`suspend fun <T> withTimeout(timeout: TimeSp...
# coroutines
d
suspend fun <T> withTimeout(timeout: TimeSpan, callback: suspend (cancel: Signal<Unit>) -> T) = suspendCoroutine<T> { c ->
going to try to propagate a cancellation signal