diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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) + |
