Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pool.consumed_tasks: is now a queue to be thread safe, in preparation for mul... | Sebastian Thiel | 2010-06-07 | 1 | -11/+18 |
* | pool: First version which works as expected in async mode. Its just using a s... | Sebastian Thiel | 2010-06-07 | 1 | -17/+27 |
* | Plenty of fixes in the chunking routine, made possible by a serialized chunki... | Sebastian Thiel | 2010-06-06 | 1 | -15/+51 |
* | First step of testing the pool - tasks have been separated into a new module ... | Sebastian Thiel | 2010-06-06 | 1 | -104/+60 |
* | thread: adjusted worker thread not to provide an output queue anymore - this ... | Sebastian Thiel | 2010-06-06 | 1 | -5/+48 |
* | Improved pool design and started rough implementation, top down to learn whil... | Sebastian Thiel | 2010-06-06 | 1 | -56/+217 |
* | Renamed mp to async, as this is a much better name for what is actually going... | Sebastian Thiel | 2010-06-05 | 1 | -0/+116 |