diff options
Diffstat (limited to 'devel/py-async/pkg-descr')
-rw-r--r-- | devel/py-async/pkg-descr | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/devel/py-async/pkg-descr b/devel/py-async/pkg-descr deleted file mode 100644 index 9a0b83ad8292..000000000000 --- a/devel/py-async/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Async is one more attempt to make the definition and execution of asynchronous -interdependent operations easy. For that to work, you may define tasks which -communicate with each other by channels. Channels transfer items, which is very -similar to bytes flowing through pipes uses in inter-process communication. -Items will only be generated on demand, that is when you read from the -respective output channel. - -WWW: http://packages.python.org/async/intro.html |