resolve Safe
suspend fun resolveSafe(index: Int, retries: Int = 3, callback: suspend CoroutineScope.(VideoDownloadManager.LazyStreamDownloadResponse) -> Unit): Boolean(source)
retries the resolve n times and returns true if successful
retries the resolve n times and returns true if successful