summaryrefslogtreecommitdiff
path: root/lib/git/async/thread.py
Commit message (Expand)AuthorAgeFilesLines
* Removed async from treeSebastian Thiel2010-06-121-201/+0
* test_task: fixed import error, made all modules from x import * safeSebastian Thiel2010-06-111-0/+4
* Improved shutdown handling - although its impossible to prevent some stderr p...Sebastian Thiel2010-06-111-8/+17
* IMPORTANT: sometimes, when notifying waiters by releasing their lock, the loc...Sebastian Thiel2010-06-111-2/+0
* Added dependency-task tests, and fixed plenty of ref-count related bugs, as w...Sebastian Thiel2010-06-101-21/+22
* thread: fixed initialization problem if an empty iterable was handed inSebastian Thiel2010-06-091-2/+6
* queue: fixed critical bug in the notify method, as it was not at all thread-s...Sebastian Thiel2010-06-091-3/+6
* workerthread: adjusted to use a blocking queue, it will receive termination e...Sebastian Thiel2010-06-081-7/+17
* Its getting better already - intermediate commit before further chaning the t...Sebastian Thiel2010-06-081-1/+2
* Moved pool utilities into util module, fixed critical issue that caused havok...Sebastian Thiel2010-06-071-7/+9
* added high-speed locking facilities, allowing our Queue to be faster, at leas...Sebastian Thiel2010-06-071-3/+0
* Added task order cache, and a lock to prevent us walking the graph while chan...Sebastian Thiel2010-06-071-1/+2
* pool.consumed_tasks: is now a queue to be thread safe, in preparation for mul...Sebastian Thiel2010-06-071-0/+5
* pool: First version which works as expected in async mode. Its just using a s...Sebastian Thiel2010-06-071-34/+9
* First step of testing the pool - tasks have been separated into a new module ...Sebastian Thiel2010-06-061-2/+7
* thread: adjusted worker thread not to provide an output queue anymore - this ...Sebastian Thiel2010-06-061-22/+5
* Renamed mp to async, as this is a much better name for what is actually going...Sebastian Thiel2010-06-051-0/+203