| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed async from tree | Sebastian Thiel | 2010-06-12 | 1 | -268/+0 |
* | Removed commented-out debug code and additional debug printings. Verified it ... | Sebastian Thiel | 2010-06-11 | 1 | -1/+0 |
* | IMPORTANT: sometimes, when notifying waiters by releasing their lock, the loc... | Sebastian Thiel | 2010-06-11 | 1 | -3/+5 |
* | messy first version of a properly working depth-first graph method, which all... | Sebastian Thiel | 2010-06-10 | 1 | -1/+7 |
* | Channel: removed pseudoconstructor, which clearly improves the design and mak... | Sebastian Thiel | 2010-06-09 | 1 | -1/+8 |
* | HSCondition: Fixed terrible bug which it inherited from its default python Co... | Sebastian Thiel | 2010-06-09 | 1 | -32/+15 |
* | HSCondition: now gets a lock even in the single-notify case, as it was requir... | Sebastian Thiel | 2010-06-09 | 1 | -7/+18 |
* | HSCondition: now deriving from deque, as the AsyncQeue does, to elimitate one... | Sebastian Thiel | 2010-06-09 | 1 | -10/+9 |
* | HSCondition: using a deck to store waiters, for further speedup | Sebastian Thiel | 2010-06-09 | 1 | -3/+3 |
* | thread: fixed initialization problem if an empty iterable was handed in | Sebastian Thiel | 2010-06-09 | 1 | -11/+8 |
* | queue: fixed critical bug in the notify method, as it was not at all thread-s... | Sebastian Thiel | 2010-06-09 | 1 | -19/+31 |
* | workerthread: adjusted to use a blocking queue, it will receive termination e... | Sebastian Thiel | 2010-06-08 | 1 | -1/+0 |
* | Its getting better already - intermediate commit before further chaning the t... | Sebastian Thiel | 2010-06-08 | 1 | -15/+10 |
* | queue: adjusted queue to be closable ( without own testing yet, except for th... | Sebastian Thiel | 2010-06-08 | 1 | -20/+48 |
* | The new channeldesign actually works, but it also shows that its located at t... | Sebastian Thiel | 2010-06-08 | 1 | -12/+20 |
* | both versions of the async queue still have trouble in certain situations, at... | Sebastian Thiel | 2010-06-08 | 1 | -21/+56 |
* | test implementation of async-queue with everything stripped from it that didn... | Sebastian Thiel | 2010-06-08 | 1 | -5/+48 |
* | Task scheduled items lock now uses a dummy lock in serial mode, improving it... | Sebastian Thiel | 2010-06-07 | 1 | -1/+13 |
* | introduced a new counter keeping track of the scheduled tasks - this prevent ... | Sebastian Thiel | 2010-06-07 | 1 | -1/+1 |
* | improved testing to test the actual async handling of the pool. there are sti... | Sebastian Thiel | 2010-06-07 | 1 | -2/+4 |
* | Moved pool utilities into util module, fixed critical issue that caused havok... | Sebastian Thiel | 2010-06-07 | 1 | -0/+106 |
* | First step of testing the pool - tasks have been separated into a new module ... | Sebastian Thiel | 2010-06-06 | 1 | -0/+24 |