servo/components/script/task_source
Anthony Ramine 56117d3185 Rename Runnable to Task
The changes are:
 * `*Runnable` -> `*Task`;
 * `RunnableMsg` -> `Task`;
 * `RunnableWrapper` -> `TaskCanceller`;
 * `MainThreadRunnable` -> `MainThreadTask`;
 * `wrap_runnable` -> `wrap_task`;
 * `get_runnable_wrapper` -> `task_canceller`;
 * `handler` -> `run`;
 * `main_thread_handler` -> `run_with_script_thread`.
2017-09-16 15:43:26 +02:00
..
dom_manipulation.rs Rename Runnable to Task 2017-09-16 15:43:26 +02:00
file_reading.rs Rename Runnable to Task 2017-09-16 15:43:26 +02:00
history_traversal.rs refactors entities from script_thread into script_runtime 2016-04-06 12:46:49 +05:30
mod.rs Rename Runnable to Task 2017-09-16 15:43:26 +02:00
networking.rs Rename Runnable to Task 2017-09-16 15:43:26 +02:00
performance_timeline.rs Rename Runnable to Task 2017-09-16 15:43:26 +02:00
user_interaction.rs Rename Runnable to Task 2017-09-16 15:43:26 +02:00