From 20e12332179cea2b2ed069025219469995f33911 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 21 Apr 2015 00:43:48 +0700 Subject: python/trollius: Added (Port of the Tulip project). Signed-off-by: Willy Sudiarto Raharjo --- python/trollius/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/trollius/README (limited to 'python/trollius/README') 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. -- cgit v1.2.3