diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-04-21 00:43:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-21 12:01:24 +0700 |
commit | 20e12332179cea2b2ed069025219469995f33911 (patch) | |
tree | 643e8638199c7f70ee61d35d64a0310437eb4f1c /python/trollius/README | |
parent | b243d4721baccf2a00225d59d321b6e1e2244f6a (diff) |
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/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. |