introduce task-queues, and throttling the performance-timeline task-source, in script and worker threads.

queue
This commit is contained in:
Gregory Terzian 2018-08-11 00:08:00 +02:00
parent da36740f0b
commit ca6306c430
10 changed files with 540 additions and 93 deletions

View file

@ -407,8 +407,6 @@ impl WorkerGlobalScope {
reports_chan.send(reports);
},
}
// FIXME(jdm): Should we do a microtask checkpoint here?
}
pub fn handle_fire_timer(&self, timer_id: TimerEventId) {