blob: 3c8da9863ab063ad8e73f462edc582411705b01d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
Join Python: Join-calculus for Python
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.)
The return of fragments are returned when fetching.
|