Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-25 | Fixing a few warnings and errors. | Nicolas "Pixel" Noble | |
2013-12-28 | Fixing stackless yield. | Nicolas "Pixel" Noble | |
2012-09-02 | Better constructor for StacklessTask. | Nicolas "Pixel" Noble | |
2012-04-08 | Renaming 'StacklessWait' into 'StacklessWaitCond', and adding ↵ | Pixel | |
'StacklessOperationOrCond'. | |||
2012-04-08 | If an operation returns EAgain, it already is waiting for the event. Don't ↵ | Pixel | |
wait for it again. Also, StacklessEnd() needed to break out of the switch statement if it doesn't want to crash. | |||
2012-04-08 | First pass on the stackless task class - mainly a bunch of #defines for now. | Pixel | |