diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-24 16:18:52 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:12 -0600 |
commit | 829ba2d88fb64fa72aee750b8d28590633f95ad7 (patch) | |
tree | d7f0f11a254a03e90c69360cc702eb24f10d60c2 /libraries/toro/slack-desc | |
parent | 8c558a59b517e4700d9f60f267a02a19f8745e63 (diff) |
libraries/toro: Added (Synchronization primitives).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/toro/slack-desc')
-rw-r--r-- | libraries/toro/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/toro/slack-desc b/libraries/toro/slack-desc new file mode 100644 index 000000000000..1ef36fa010a0 --- /dev/null +++ b/libraries/toro/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +toro: toro (Synchronization primitives for Tornado coroutines) +toro: +toro: A set of locking and synchronizing primitives analogous to those in +toro: Python's threading module or Gevent's coros, for use with Tornado's +toro: gen.engine. +toro: +toro: +toro: +toro: +toro: Homepage: https://github.com/ajdavis/toro/ +toro: |