aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/task.rs
Commit message (Expand)AuthorAgeFilesLines
* Migrate to the 2024 edition (#35755)Simon Wülker2025-03-131-1/+4
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-5/+5
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-20/+9
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-4/+4
* 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