about summary refs log tree commit diff stats
path: root/cpp/038scheduler.cc
Commit message (Collapse)AuthorAgeFilesLines
* 1206 - 'wait' state for synchronizing routinesKartik K. Agaram2015-04-271-2/+2
| | | | I think I have enough now to port channels over.
* 1204 - more extensible schedulerKartik K. Agaram2015-04-261-16/+49
| | | | | | Instead of creating ad hoc data structures for every new state that routines can be in, track states in one coherent place and provide a well-defined waypoint for state transitions.
* 1201Kartik K. Agaram2015-04-261-1/+1
|
* 1197Kartik K. Agaram2015-04-251-1/+26
|
* 1196Kartik K. Agaram2015-04-241-1/+1
|
* 1189 - add extensions to all layersKartik K. Agaram2015-04-241-0/+62
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.