Anthony Ramine
|
6c9fb5ae7a
|
Introduce TaskOnce
Having both TaskBox and TaskOnce allows us to remove the superfluous inner boxing
from CancellableTask<T>.
|
2017-09-20 10:37:09 +02:00 |
|
Anthony Ramine
|
52527d6f9d
|
Rename Task to TaskBox
|
2017-09-20 10:07:29 +02:00 |
|
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
|
4a39631eaf
|
Remove FileReadingRunnable
|
2017-09-16 15:43:31 +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
|
aa5f34fcd9
|
Implement file reading task source
And remove superfluous FileReaderEvent enum
|
2016-07-14 13:27:42 -04: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 |
|