From 50e469109eed3a752d9a1b0297f16466ad92f8d2 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 5 Jun 2010 18:26:26 +0200 Subject: Initial pool design added, allowing for lazy channel based evaluation of inter-dependent tasks --- test/git/odb/test_pool.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/git/odb/test_pool.py (limited to 'test/git/odb/test_pool.py') diff --git a/test/git/odb/test_pool.py b/test/git/odb/test_pool.py new file mode 100644 index 00000000..6656c69d --- /dev/null +++ b/test/git/odb/test_pool.py @@ -0,0 +1,10 @@ +"""Channel testing""" +from test.testlib import * +from git.odb.pool import * + +import time + +class TestThreadPool(TestBase): + + def test_base(self): + pass -- cgit v1.2.1