From f3463bcf7ce68953e3a23a0e65f13a895e6a4cf7 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 7 Mar 2014 04:10:45 +0100 Subject: whoops MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/test.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test.py b/src/test.py index 987fe0c..3bb7da6 100755 --- a/src/test.py +++ b/src/test.py @@ -61,10 +61,6 @@ def join(*fs): def ordered_join(*f_groups): - pass - - -def unordered_join(*f_groups): condition = threading.Condition() rc = None index = 0 @@ -94,6 +90,10 @@ def unordered_join(*f_groups): return rc +def unordered_join(*f_groups): + pass + + # extra, not a part of join-calculus def concurrently(*fs): ts = [threading.Thread(target = f, args = args, kwargs = kwargs) for f in fs] -- cgit v1.2.3-70-g09d2