diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-03-07 14:52:00 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-03-07 14:52:00 +0100 |
| commit | 81d929332e3dde3577a0e5eb82a2105a66dfa694 (patch) | |
| tree | f415ba245a0ccf641e5327ef539efcdc333cf04d | |
| parent | signals can be joined and their return fetched (diff) | |
| download | join-python-81d929332e3dde3577a0e5eb82a2105a66dfa694.tar.gz join-python-81d929332e3dde3577a0e5eb82a2105a66dfa694.tar.bz2 join-python-81d929332e3dde3577a0e5eb82a2105a66dfa694.tar.xz | |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
| -rwxr-xr-x | src/test.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test.py b/src/test.py index 7aa5dc9..a864e18 100755 --- a/src/test.py +++ b/src/test.py @@ -111,7 +111,6 @@ def unordered_join(*f_groups): return ordered_join(*f_groups) -# extra, not a part of join-calculus def concurrently(*fs): ts = [threading.Thread(target = f, args = args, kwargs = kwargs) for f in fs] for t in ts: |
