This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Libraries > toro (1.0.1)

With Tornado's 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 library -- they are
meant to coordinate Tornado coroutines in single-threaded apps, not to
protect shared objects in multithreaded apps.)

This requires: tornado

Maintained by: Dimitris Zlatanidis
Keywords: toro,tornado,python
ChangeLog: toro

Homepage:
https://github.com/ajdavis/toro/

Source Downloads:
toro-1.0.1.tar.gz (4d495508d18ac384202f17b230502031)

Download SlackBuild:
toro.tar.gz
toro.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
slack-desc
toro.SlackBuild
toro.info

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds