summaryrefslogtreecommitdiff
path: root/test/git/async/task.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed async from treeSebastian Thiel2010-06-121-202/+0
|
* task: improved naming of task types, improved pool test to be less dependent ↵Sebastian Thiel2010-06-121-13/+13
| | | | on starting with just the main thread
* Added performance test, improved iterator task which will now be usable by ↵Sebastian Thiel2010-06-111-13/+25
| | | | default. It shows that there must be the notion of a producer, which can work if there are no items read
* test.async: split test_pool up into task implenetations and related ↵Sebastian Thiel2010-06-111-0/+190
utilities, as well as the tests themselves. File became too large