summaryrefslogtreecommitdiff
path: root/includes/Task.h
AgeCommit message (Expand)Author
2013-12-21WebSockets can now send frames.Nicolas "Pixel" Noble
2013-12-21Preliminary WebSocket protocol support.Nicolas "Pixel" Noble
2013-12-20A few more Win32 / VisualStudio fixes.Nicolas "Pixel" Noble
2013-12-18Visual Studio port.Nicolas "Pixel" Noble
2013-08-07Adding yieldNoWait() for tasks that just want to let the scheduler switch bac...Nicolas Noble
2013-08-07Code simplification. This just would bounce the same exception anyway.Nicolas Noble
2013-08-05Greatly simplifying the LuaYield mechanism so to avoid double-recursive calls...Nicolas Noble
2013-08-05It makes much more sense to throw TaskSwitch here instead of EAgain. The only...Nicolas "Pixel" Noble
2013-08-05Relaxing the simple context rules a bit.Nicolas "Pixel" Noble
2013-08-02Heavily revamped the C-to-Lua yielding mechanism. Now more generic.Nicolas Noble
2013-08-02Refining a bit more the Future class.Nicolas Noble
2013-08-02Introducing the concept of Future.Nicolas "Pixel" Noble
2013-08-02Adding the SimpleContext class that switches the current Task from complex to...Nicolas "Pixel" Noble
2013-08-01Slightly more robust yield() call.Nicolas Noble
2013-08-01I'm surprised this worked so far. The yield / EAgain mechanism was pretty muc...Nicolas Noble
2013-01-22Another pass of cruft cleaning.Pixel
2013-01-22Removing some more cruft.Pixel
2013-01-18Adding a sleep() paradigm to tasks.Nicolas 'Pixel' Noble
2013-01-16Since I have to eat these exceptions no matter what, let's try to improve the...Nicolas "Pixel" Noble
2013-01-09Disabling generating traces for task switches, and adding a move constructor ...Nicolas "Pixel" Noble
2012-09-01Merge commit '06674e57649d536cf19715524ee40c5ad4a9026d'Nicolas "Pixel" Noble
2012-08-30Adding a few virtual destructors.Nicolas "Pixel" Noble
2012-04-08Redifining yielding for operations a bit, making further refinements.Pixel
2012-04-08Ability to create timeouts without a value; need to set them later tho.Pixel
2012-04-08Broken assert.Pixel
2012-04-08Few more quirks into the stackless mode; we don't want to allocate stacks nor...Pixel
2012-04-08Further refinements and protections in the stackless base.Pixel
2012-04-08Putting the bases for stackless co-routines.Pixel
2012-04-06Making it simplier to register a task and wait for it. Also renamed createTas...Pixel
2012-04-03Slightly more change to the Queue system, so Debug mode doesn't freak pout.Pixel
2012-04-03Reworking a bit the way the queues are working, and thus, the way the LuaTMai...Pixel
2012-04-01More code cleanup.Pixel
2012-04-01The TaskEvent wasn't thread-safe.Pixel
2011-12-11Added the ability for a task or an operation to yield. Also optimized some bi...Pixel
2011-12-04Reworked some things in the architecture, mainly exceptions and asserts.Pixel
2011-11-17Cleaning some code, redesigning a bit the stack allocation problem from the t...Pixel
2011-11-17Introducing the fact we need a more efficient stack allocator, and that it's ...Pixel
2011-11-17Since tasks can be on different task managers, one has to signal them a bit d...Pixel
2011-11-16Kind of a big revamp of the TaskMan / Task model, in order to introduce a Tas...Pixel
2011-11-15Moving the static yield from Task.h to Task.cc. You don't want to throw an ex...Pixel
2011-10-18libcoro seems to be doing really spurious things when not using the standard ...Pixel
2011-10-17Adding the Async event, and tweaking the others a bit.Pixel
2011-10-17Removing the 'non-preemptible' madness before it could even be used.Pixel
2011-10-17Adding an early version of the 'engine debug' facility.Pixel
2011-10-14Further tweaks to the Task class: now a Task can declare being smart, and say...Pixel
2011-10-14Tweaking the Task class a bit.Pixel
2011-10-14Making sure that external task yields are able to complete their subactions. ...Pixel
2011-10-14The tasks can now set themselves to be non-preemptible. Also implemented a me...Pixel
2011-10-10Adding the basic "Handle" structure, and adding an early version of Input.Pixel
2011-10-09Starting to integrate libev; timer event works.Pixel