aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/task.rs
Commit message (Expand)AuthorAgeFilesLines
* ensure clean shutdown of all threads running JSGregory Terzian2020-06-301-5/+3
* partially integrate streaming request bodies with http re-directGregory Terzian2020-06-041-0/+1
* Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)Simon Sapin2019-07-311-1/+1
* Remove `default-except-unstable`Simon Sapin2019-07-011-8/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-1/+1
* Format script componentchansuke2018-09-191-6/+12
* Make usage of core_intrinsics optionalSimon Sapin2017-10-161-2/+4
* Introduce TaskOnceAnthony Ramine2017-09-201-16/+37
* 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