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