diff options
Diffstat (limited to 'python/trollius/README')
-rw-r--r-- | python/trollius/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/trollius/README b/python/trollius/README new file mode 100644 index 000000000000..3017307f5013 --- /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. |