about summary refs log tree commit diff stats
path: root/cpp/038scheduler
Commit message (Collapse)AuthorAgeFilesLines
* 1189 - add extensions to all layersKartik K. Agaram2015-04-241-62/+0
| | | | | | I'm sick of fighting vim's filetype detection. No modeline and files highlight in random colors. I add a modeline and it stops highlighting tangle comments. Even though it read my #$%# vimrc! Fuck this shite.
* 1184 - finally, concurrencyKartik K. Agaram2015-04-241-12/+53
|
* 1170Kartik K. Agaram2015-04-241-2/+2
|
* 1169 - use the global variable god gave youKartik K. Agaram2015-04-241-5/+7
|
* 1153 - start of scheduler implementationKartik K. Agaram2015-04-231-0/+19
This first step is just stopping run() after a fixed number of instructions. But the scheduler layer isn't done yet.