# join-python **Repository Path**: mirrors_asmodehn/join-python ## Basic Information - **Project Name**: join-python - **Description**: Join-calculus for Python - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README NAME Join Python - Join-calculus for Python 3 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. * 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. 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)'