Complete module API expansion: clearAll and batch helpers on every remaining module.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-05-21 03:48:27 -04:00
co-authored by Cursor
parent ff129d56b0
commit d1e8608280
22 changed files with 152 additions and 6 deletions
@@ -70,6 +70,10 @@ class HyperP2PPeerScheduler extends EventEmitter {
return ids.length
}
clearAll () {
return this.cancelAll()
}
jobIds () {
return [...this._jobs.keys()]
}