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