diff options
| -rw-r--r-- | README | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -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. |
