diff options
| author | Joshua Harlow <harlowja@yahoo-inc.com> | 2015-02-13 12:32:39 -0800 |
|---|---|---|
| committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2015-02-13 12:32:39 -0800 |
| commit | df067e974c485b58a9583dcdc470f4d4df81f0b6 (patch) | |
| tree | b657157becca6770e800a8bbc4f5eca101e6a9b8 /docs/api | |
| parent | c57766f3da671eb33e5bef28f8ad820bd5894044 (diff) | |
| download | kazoo-df067e974c485b58a9583dcdc470f4d4df81f0b6.tar.gz | |
Add new eventlet docs + a few other tweaks to the index.rst
Explain what the new eventlet handler is and how it can be
used (with api docs as well) and links some of the items in
index.rst to targets (and makes the irc link clickable).
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/handlers/eventlet.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/api/handlers/eventlet.rst b/docs/api/handlers/eventlet.rst new file mode 100644 index 0000000..563a179 --- /dev/null +++ b/docs/api/handlers/eventlet.rst @@ -0,0 +1,18 @@ +.. _eventlet_handler_module: + +:mod:`kazoo.handlers.eventlet` +---------------------------- + +.. automodule:: kazoo.handlers.eventlet + +Public API +++++++++++ + + .. autoclass:: SequentialEventletHandler + :members: + +Private API ++++++++++++ + + .. autoclass:: AsyncResult + :members: |
