mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
introduce task-queues, and throttling the performance-timeline task-source, in script and worker threads.
queue
This commit is contained in:
parent
da36740f0b
commit
ca6306c430
10 changed files with 540 additions and 93 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue