aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/task_queue.rs
Commit message (Collapse)AuthorAgeFilesLines
* Format script componentchansuke2018-09-191-19/+23
|
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-15/+20
| | | | Co-authored-by: Gregory Terzian <gterzian@users.noreply.github.com>
* Add the TaskSourceName to CommonScriptMsg::TaskAgustin Chiappe Berrini2018-09-041-15/+16
| | | | Update QueuedTaskConversion and the TaskQueue to use it
* introduce task-queues, and throttling the performance-timeline task-source, ↵Gregory Terzian2018-08-311-0/+165
in script and worker threads. queue