summaryrefslogtreecommitdiff
path: root/test/git/async/test_channel.py
Commit message (Expand)AuthorAgeFilesLines
* Removed async from treeSebastian Thiel2010-06-121-87/+0
* Cleaned up channel design, Reader and Writer bases don't require a channel an...Sebastian Thiel2010-06-121-3/+17
* channel: Changed design to be more logical - a channel now has any amount of ...Sebastian Thiel2010-06-101-3/+3
* Channel: Callbacks reviewed - they are now part of Subclasses of the default ...Sebastian Thiel2010-06-091-0/+27
* Channel: removed pseudoconstructor, which clearly improves the design and mak...Sebastian Thiel2010-06-091-4/+2
* Channel: Read method revised - now it really really doesn't block anymore, an...Sebastian Thiel2010-06-091-6/+4
* Its getting better already - intermediate commit before further chaning the t...Sebastian Thiel2010-06-081-1/+5
* The new channeldesign actually works, but it also shows that its located at t...Sebastian Thiel2010-06-081-23/+1
* pool.consumed_tasks: is now a queue to be thread safe, in preparation for mul...Sebastian Thiel2010-06-071-7/+8
* channel.read: enhanced to be sure we don't run into non-atomicity issues rela...Sebastian Thiel2010-06-061-1/+1
* Improved pool design and started rough implementation, top down to learn whil...Sebastian Thiel2010-06-061-8/+14
* Renamed mp to async, as this is a much better name for what is actually going...Sebastian Thiel2010-06-051-0/+61