summaryrefslogtreecommitdiffstats
path: root/python/trollius/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis2015-04-20 19:43:48 +0200
committer Willy Sudiarto Raharjo2015-04-21 07:01:24 +0200
commit20e12332179cea2b2ed069025219469995f33911 (patch)
tree643e8638199c7f70ee61d35d64a0310437eb4f1c /python/trollius/README
parentb243d4721baccf2a00225d59d321b6e1e2244f6a (diff)
downloadslackbuilds-20e12332179cea2b2ed069025219469995f33911.tar.gz
python/trollius: Added (Port of the Tulip project).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/trollius/README')
-rw-r--r--python/trollius/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/trollius/README b/python/trollius/README
new file mode 100644
index 0000000000..3017307f50
--- /dev/null
+++ b/python/trollius/README
@@ -0,0 +1,4 @@
+Trollius provides infrastructure for writing single-threaded concurrent
+code using coroutines, multiplexing I/O access over sockets and other
+resources, running network clients and servers, and other related
+primitives.