index
:
Balau
master
Unnamed repository; edit this file 'description' to name the repository.
Pixel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
includes
/
TaskMan.h
Age
Commit message (
Expand
)
Author
2013-12-18
Visual Studio port.
Nicolas "Pixel" Noble
2013-01-22
Another pass of cruft cleaning.
Pixel
2012-09-01
Merge commit '06674e57649d536cf19715524ee40c5ad4a9026d'
Nicolas "Pixel" Noble
2012-09-01
Adding async operations; first step towards tossing libeio out.
Nicolas "Pixel" Noble
2012-08-29
Using true C++11 initializers in classes.
Nicolas "Pixel" Noble
2012-04-06
Making it simplier to register a task and wait for it. Also renamed createTas...
Pixel
2012-04-06
Improving a bit the way threaded task managers are being stopped.
Pixel
2012-04-06
A few improvements over how a threaded TaskMan works. Now its own exported cl...
Pixel
2012-04-03
Reworking a bit the way the queues are working, and thus, the way the LuaTMai...
Pixel
2011-12-04
Reworked some things in the architecture, mainly exceptions and asserts.
Pixel
2011-11-29
The TaskManager no longer waits on the pop(); instead it waits in the libev l...
Pixel
2011-11-17
HTTP server's first real test, alongside multiple taskmanager threads.
Pixel
2011-11-17
Cleaning some code, redesigning a bit the stack allocation problem from the t...
Pixel
2011-11-17
Introducing the fact we need a more efficient stack allocator, and that it's ...
Pixel
2011-11-16
Seems clang is picky. I don't know if I like or hate this compiler yet.
Pixel
2011-11-16
And with the new TaskScheduler system, let's add a way for a new task to stic...
Pixel
2011-11-16
Kind of a big revamp of the TaskMan / Task model, in order to introduce a Tas...
Pixel
2011-11-16
This function doesn't exist.
Pixel
2011-10-18
libcoro seems to be doing really spurious things when not using the standard ...
Pixel
2011-10-17
Tweaking a bit the main event loop to simplify it.
Pixel
2011-10-09
Adding basic locks from libpthread. Also, that 'pending' loop belongs after w...
Pixel
2011-10-09
Starting to integrate libev; timer event works.
Pixel
2011-10-09
More work on the Task manager.
Pixel
2011-10-07
More work in the Task manager.
Pixel
2011-10-07
Preliminary work for the Task manager.
Pixel