aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/task_source/file_reading.rs
Commit message (Expand)AuthorAgeFilesLines
* 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