diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-03-07 18:26:06 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-03-07 18:26:06 +0100 |
| commit | 26afe951ca95c9f754d700d015ae865be8113fa1 (patch) | |
| tree | 2e9abf038370692a75954e11eeb6f68b95d7583e | |
| parent | typo (diff) | |
| download | join-python-26afe951ca95c9f754d700d015ae865be8113fa1.tar.gz join-python-26afe951ca95c9f754d700d015ae865be8113fa1.tar.bz2 join-python-26afe951ca95c9f754d700d015ae865be8113fa1.tar.xz | |
info: overview
Signed-off-by: Mattias Andrée <maandree@operamail.com>
| -rw-r--r-- | info/join-python.texinfo | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/info/join-python.texinfo b/info/join-python.texinfo index ef04058..0033365 100644 --- a/info/join-python.texinfo +++ b/info/join-python.texinfo @@ -59,6 +59,14 @@ Texts. A copy of the license is included in the section entitled @node Overview @chapter Overview +Join Python is a Python 3 library that implements join-calculus. +Join Python can be used by importing the module @code{join} in +any Python 3 program, provided that Join Python is installed. + +Join Python provides the ability to write more concise code using +almost any published concurrency pattern with explicit monitor calls. + + @node GNU Free Documentation License @appendix GNU Free Documentation License |
