summaryrefslogtreecommitdiff
path: root/includes/StacklessTask.h
AgeCommit message (Collapse)Author
2014-05-25Fixing a few warnings and errors.Nicolas "Pixel" Noble
2013-12-28Fixing stackless yield.Nicolas "Pixel" Noble
2012-09-02Better constructor for StacklessTask.Nicolas "Pixel" Noble
2012-04-08Renaming 'StacklessWait' into 'StacklessWaitCond', and adding ↵Pixel
'StacklessOperationOrCond'.
2012-04-08If 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-08First pass on the stackless task class - mainly a bunch of #defines for now.Pixel