withStoreTimeoutOrNull

suspend fun <T> withStoreTimeoutOrNull(timeoutMs: Long, block: suspend () -> T): T?