aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 6e1f19a..09efdf7 100644
--- a/README
+++ b/README
@@ -2,3 +2,10 @@ Join-calculus for Python
Status: experimenting
+Extensions to join-calculus:
+
+ concurrently(f...) runs a set of functions concurrently 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)
+