Anthony Ramine
|
f088b708c9
|
Make Task require Send
|
2017-09-20 09:40:53 +02:00 |
|
Anthony Ramine
|
46628fba05
|
Move Task to its own module
|
2017-09-18 02:47:04 +02:00 |
|
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 |
|
Keith Yeung
|
72cb856e31
|
Properly implement TaskSource for NetworkingTaskSource
|
2016-11-11 14:50:42 -08:00 |
|
Rahul Sharma
|
2caa9a2a76
|
refactors entities from script_thread into script_runtime
|
2016-04-06 12:46:49 +05:30 |
|
faineance
|
7c45a4fea0
|
change changes effecting verbosity
|
2016-03-27 13:54:41 +01:00 |
|
faineance
|
418842faf9
|
use self.0 instead of destructing single item tuple structs
|
2016-03-27 11:50:08 +01:00 |
|
Keith Yeung
|
3f2cbf0025
|
Add task_source directory
Use DOMManipulationTaskSource whenever possible
|
2016-03-10 01:05:53 -05:00 |
|