From 7858178f4cf6b0d02a3a080920df0ecb7a86a193 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 7 Mar 2014 14:50:52 +0100 Subject: signals can be joined and their return fetched MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README') 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) + -- cgit v1.2.3-70-g09d2