From f2a5d378aa8c1197f11e159d62a9132d3dd27edf Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 28 Nov 2015 01:15:44 +0100 Subject: improve readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) (limited to 'README') diff --git a/README b/README index 3c8da98..3a37396 100644 --- a/README +++ b/README @@ -1,12 +1,22 @@ -Join Python: Join-calculus for Python +NAME + Join Python - Join-calculus for Python 3 -Extensions to join-calculus: +DESCRIPTION + This library provides join-calculus to Python 3, with some extensions: - concurrently(f...) runs a set of functions concurrently - and joins with all of them. + * 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.) + * Signals have join() which joins with the signal and 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. + +RATIONALE + Join-calculus provides clean ways to perform asynchronous tasks. + +SEE ALSO + python(1), https://en.wikipedia.org/wiki/Join-calculus + + Full documentation available locally via: info '(join-python)' -- cgit v1.2.3-70-g09d2