summaryrefslogtreecommitdiff
path: root/lib/git/async/util.py
Commit message (Expand)AuthorAgeFilesLines
* workerthread: adjusted to use a blocking queue, it will receive termination e...Sebastian Thiel2010-06-081-1/+0
* Its getting better already - intermediate commit before further chaning the t...Sebastian Thiel2010-06-081-15/+10
* queue: adjusted queue to be closable ( without own testing yet, except for th...Sebastian Thiel2010-06-081-20/+48
* The new channeldesign actually works, but it also shows that its located at t...Sebastian Thiel2010-06-081-12/+20
* both versions of the async queue still have trouble in certain situations, at...Sebastian Thiel2010-06-081-21/+56
* test implementation of async-queue with everything stripped from it that didn...Sebastian Thiel2010-06-081-5/+48
* Task scheduled items lock now uses a dummy lock in serial mode, improving it...Sebastian Thiel2010-06-071-1/+13
* introduced a new counter keeping track of the scheduled tasks - this prevent ...Sebastian Thiel2010-06-071-1/+1
* improved testing to test the actual async handling of the pool. there are sti...Sebastian Thiel2010-06-071-2/+4
* Moved pool utilities into util module, fixed critical issue that caused havok...Sebastian Thiel2010-06-071-0/+106
* First step of testing the pool - tasks have been separated into a new module ...Sebastian Thiel2010-06-061-0/+24