withTimeoutNullable

suspend fun <T> withTimeoutNullable(time: TimeSpan?, block: suspend CoroutineScope.() -> T): T