-
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor improvements to
TaskQueue
and MemoryTaskQueue
* `enqueued` set of tasks is now no longer private * add `removeTasksWithIds` * add `removeTasksWithGroup` * add `numWaitingWithGroup` * add optional `group` parameter to `reset` * fixed `tasksFinished` bug (if task was not enqueued by TaskQueue) * add reference to V7-lite to README.md In BaseDownloader, improved logic for when to send `taskFinished` to task queues
- Loading branch information
1 parent
ce024d8
commit 27a694b
Showing
5 changed files
with
78 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 7.12.2 | ||
|
||
Minor improvements to `TaskQueue` and `MemoryTaskQueue` | ||
|
||
## 7.12.1 | ||
|
||
Bug fix for web compilation | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters