aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 09efdf7ad93fe5595c7b01315abeab0cd90c9950 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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)