lingochamp / lingochamp/FileDownloader
采用队列FileDownloadQueueSet下载方式,设置FileDownloadListener会每个task下载完成后回调用一次completed,有可以监听所有task都下载完成的接口吗?
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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