aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-07 16:07:12 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-07 16:07:12 +0100
commit92b7d072b8d72b7918fd6d9fe349fee8bbfe01b3 (patch)
treedd9cc9abdf29816fe57b1e78646c2acdbc138cc7
parentm (diff)
downloadjoin-python-92b7d072b8d72b7918fd6d9fe349fee8bbfe01b3.tar.gz
join-python-92b7d072b8d72b7918fd6d9fe349fee8bbfe01b3.tar.bz2
join-python-92b7d072b8d72b7918fd6d9fe349fee8bbfe01b3.tar.xz
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rwxr-xr-xsrc/join.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/join.py b/src/join.py
index 704ab77..ae2c76f 100755
--- a/src/join.py
+++ b/src/join.py
@@ -24,7 +24,7 @@ import threading
class signal:
'''
- Function decorator for signals
+ Function decorator for signals, functions that run asynchronously
'''
def __init__(self, f):
'''
@@ -61,7 +61,7 @@ class signal:
class fragment:
'''
- Function decorator for fragments
+ Function decorator for fragments, functions that can be joined
'''
def __init__(self, f):
'''