lingochamp / lingochamp/FileDownloader

采用队列FileDownloadQueueSet下载方式,设置FileDownloadListener会每个task下载完成后回调用一次completed,有可以监听所有task都下载完成的接口吗?

Open
#1,370 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
11.1k
Forks
2.2k
PR merge metrics
No merged PRs in 30d

Description

采用队列FileDownloadQueueSet下载方式,设置FileDownloadListener会每个task下载完成后回调用一次completed,有可以监听所有task都下载完成的接口吗?
有这么一个监听接口吗:FileDownloadQueueSet里面所有任务都下载完成了,而不是每个task下载完成就回调FileDownloadListener 的 completed

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the FileDownloadQueueSet and FileDownloadListener entry points to understand how individual task completion is reported. Check whether an existing queue-level completion signal or relevant tests are present; done would require a clearly defined and tested way to observe completion of all queued tasks.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
mobile
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.