aboutsummaryrefslogtreecommitdiff
path: root/test/git/async/task.py
AgeCommit message (Collapse)Author
2010-06-12task: improved naming of task types, improved pool test to be less dependent ↵Sebastian Thiel
on starting with just the main thread
2010-06-11Added performance test, improved iterator task which will now be usable by ↵Sebastian Thiel
default. It shows that there must be the notion of a producer, which can work if there are no items read
2010-06-11test.async: split test_pool up into task implenetations and related ↵Sebastian Thiel
utilities, as well as the tests themselves. File became too large