aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/task_source/networking.rs
Commit message (Expand)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
* No tracing of nop traceable fields (#29926)Samson2023-08-041-1/+4
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-1/+1
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-3/+3
* Format script componentchansuke2018-09-191-5/+1
* Add the TaskSourceName to CommonScriptMsg::TaskAgustin Chiappe Berrini2018-09-041-0/+2
* introduce "per task source" ignoring of tasksGregory Terzian2018-07-101-1/+3
* added pipelines to all task sourcesddh2017-10-251-4/+5
* added time to interactive metrics, refactored metrics to use traitsddh2017-10-241-0/+2
* Remove use of unstable box syntax.Simon Sapin2017-10-161-2/+2
* Introduce TaskOnceAnthony Ramine2017-09-201-7/+10
* Rename Task to TaskBoxAnthony Ramine2017-09-201-3/+3
* Make Task require SendAnthony Ramine2017-09-201-2/+2
* Move Task to its own moduleAnthony Ramine2017-09-181-1/+1
* Rename Runnable to TaskAnthony Ramine2017-09-161-10/+20
* Properly implement TaskSource for NetworkingTaskSourceKeith Yeung2016-11-111-9/+22
* 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