slackbuilds_ponce/libraries/toro
Dimitris Zlatanidis 078a6924c8 libraries/toro: Updated for version 0.8.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
2015-03-14 05:53:02 +07:00
..
README
slack-desc
toro.info libraries/toro: Updated for version 0.8. 2015-03-14 05:53:02 +07:00
toro.SlackBuild libraries/toro: Updated for version 0.8. 2015-03-14 05:53:02 +07:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

With Tornados gen module, you can turn Python generators into full-featured
coroutines, but coordination among these coroutines is difficult without
mutexes, semaphores, and queues.

Toro provides to Tornado coroutines a set of locking primitives and queues
analogous to those that Gevent provides to Greenlets, or that the standard
library provides to threads.

(Note that these primitives and queues are not actually thread-safe and
cannot be used in place of those from the standard librarythey are meant to
coordinate Tornado coroutines in single-threaded apps, not to protect shared
objects in multithreaded apps.)