summaryrefslogtreecommitdiffstats
path: root/python/trollius/README
diff options
context:
space:
mode:
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.