WICG / scheduling-apis

APIs for scheduling and controlling prioritized tasks.
https://wicg.github.io/scheduling-apis/
Other
908 stars 45 forks source link

TaskSignal state #93

Open annevk opened 3 months ago

annevk commented 3 months ago

Looking at the internal state it seems to duplicate quite a bit of AbortSignal while also inheriting from AbortSignal. Do we really need to keep two sets of dependent signals? And a separate source signal from source signals?