summaryrefslogtreecommitdiff
path: root/lib/git/async/channel.py
Commit message (Expand)AuthorAgeFilesLines
* queue: adjusted queue to be closable ( without own testing yet, except for th...Sebastian Thiel2010-06-081-30/+14
* The new channeldesign actually works, but it also shows that its located at t...Sebastian Thiel2010-06-081-52/+56
* Channel now uses the AsyncQueue, boosting performance by factor 4, its a startSebastian Thiel2010-06-071-2/+2
* pool: First version which works as expected in async mode. Its just using a s...Sebastian Thiel2010-06-071-1/+9
* channel.read: enhanced to be sure we don't run into non-atomicity issues rela...Sebastian Thiel2010-06-061-17/+72
* Improved pool design and started rough implementation, top down to learn whil...Sebastian Thiel2010-06-061-12/+37
* Renamed mp to async, as this is a much better name for what is actually going...Sebastian Thiel2010-06-051-0/+108