aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/task_source/file_reading.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-72/+0
* script: Refactor channels in `ScriptThread` into receivers and senders (#34776)Martin Robinson2024-12-261-1/+1
* CanGc fixes in several files (#33958)chickenleaf2024-10-211-7/+9
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* clippy: Fix some clippy problems in `components/script` (#31778)Rosemary Ajayi2024-03-201-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
* No tracing of nop traceable fields (#29926)Samson2023-08-041-1/+4
* remove unnecessary thread in filereader, add stream TODOGregory Terzian2019-12-101-2/+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-2/+2
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-5/+5
* Format script componentchansuke2018-09-191-13/+9
* Add the TaskSourceName to CommonScriptMsg::TaskAgustin Chiappe Berrini2018-09-041-0/+1
* introduce "per task source" ignoring of tasksGregory Terzian2018-07-101-1/+3
* added pipelines to all task sourcesddh2017-10-251-3/+4
* added time to interactive metrics, refactored metrics to use traitsddh2017-10-241-0/+1
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Introduce TaskOnceAnthony Ramine2017-09-201-6/+6
* Rename Task to TaskBoxAnthony Ramine2017-09-201-4/+4
* Make Task require SendAnthony Ramine2017-09-201-1/+1
* Move Task to its own moduleAnthony Ramine2017-09-181-1/+1
* Remove FileReadingRunnableAnthony Ramine2017-09-161-15/+3
* Rename Runnable to TaskAnthony Ramine2017-09-161-10/+15
* Implement file reading task sourceKeith Yeung2016-07-141-9/+62
* refactors entities from script_thread into script_runtimeRahul Sharma2016-04-061-1/+2
* change changes effecting verbosityfaineance2016-03-271-2/+1
* use self.0 instead of destructing single item tuple structsfaineance2016-03-271-3/+2
* Add task_source directoryKeith Yeung2016-03-101-0/+21