aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/task.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make usage of core_intrinsics optionalSimon Sapin2017-10-161-2/+4
|
* Introduce TaskOnceAnthony Ramine2017-09-201-16/+37
| | | | | Having both TaskBox and TaskOnce allows us to remove the superfluous inner boxing from CancellableTask<T>.
* Rename Task to TaskBoxAnthony Ramine2017-09-201-13/+15
|
* Make Task require SendAnthony Ramine2017-09-201-8/+8
|
* Preserve the name of inner tasks in cancellable onesAnthony Ramine2017-09-181-0/+4
|
* Introduce a task! macro and use it for internal pause stepsAnthony Ramine2017-09-181-0/+20
|
* Move Task to its own moduleAnthony Ramine2017-09-181-0/+70