summaryrefslogtreecommitdiff
path: root/lib/git/async/task.py
Commit message (Expand)AuthorAgeFilesLines
* workerthread: adjusted to use a blocking queue, it will receive termination e...Sebastian Thiel2010-06-081-1/+1
* Revised task deletion works well, adjusted test to be creating new tasks all ...Sebastian Thiel2010-06-081-53/+11
* task: now deletes itself once its done - for the test this doesn't change a t...Sebastian Thiel2010-06-081-6/+16
* Its getting better already - intermediate commit before further chaning the t...Sebastian Thiel2010-06-081-0/+2
* The new channeldesign actually works, but it also shows that its located at t...Sebastian Thiel2010-06-081-3/+3
* introduced a new counter keeping track of the scheduled tasks - this prevent ...Sebastian Thiel2010-06-071-2/+45
* improved testing to test the actual async handling of the pool. there are sti...Sebastian Thiel2010-06-071-0/+11
* task: Fixed incorrect handling of channel closure. Performance is alright for...Sebastian Thiel2010-06-071-3/+21
* Moved pool utilities into util module, fixed critical issue that caused havok...Sebastian Thiel2010-06-071-1/+25
* pool: First version which works as expected in async mode. Its just using a s...Sebastian Thiel2010-06-071-2/+10
* Plenty of fixes in the chunking routine, made possible by a serialized chunki...Sebastian Thiel2010-06-061-1/+1
* First step of testing the pool - tasks have been separated into a new module ...Sebastian Thiel2010-06-061-0/+144