resolveSafe

suspend fun resolveSafe(index: Int, retries: Int = 3, callback: suspend CoroutineScope.(DownloadObjects.LazyStreamDownloadResponse) -> Unit): Boolean(source)

retries the resolve n times and returns true if successful