aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-07 17:30:16 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-07 17:30:16 +0100
commited04cb2c43b4a9de525ce2aae4398268c238a2bf (patch)
tree3c17f2de0fbf6596bf00c9a6b3478771b39c4e2a
parentadd joinmethod (diff)
downloadjoin-python-ed04cb2c43b4a9de525ce2aae4398268c238a2bf.tar.gz
join-python-ed04cb2c43b4a9de525ce2aae4398268c238a2bf.tar.bz2
join-python-ed04cb2c43b4a9de525ce2aae4398268c238a2bf.tar.xz
update readme
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--README10
1 files changed, 4 insertions, 6 deletions
diff --git a/README b/README
index f5278fd..3c8da98 100644
--- a/README
+++ b/README
@@ -1,14 +1,12 @@
-Join-calculus for Python
-
-Status: experimenting
+Join Python: Join-calculus for Python
Extensions to join-calculus:
concurrently(f...) runs a set of functions concurrently
- and joins with all of them
+ and joins with all of them.
Signals have join() which joins with the signal and
- returns its return (signals do not need to be void)
+ returns its return (signals do not need to be void.)
- The return of fragments are returned when fetching
+ The return of fragments are returned when fetching.