summaryrefslogtreecommitdiff
path: root/docs/async_usage.rst
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2012-07-30 15:19:28 -0700
committerBen Bangert <ben@groovie.org>2012-07-30 15:19:28 -0700
commitd20b0beec082fb1da8d8396a7c360268ae3293e3 (patch)
tree0e0d08eafc9d4141a7786faaf9cf655294a20f5e /docs/async_usage.rst
parentcfd5dda42bb9deced510a3223246720682a05d0f (diff)
downloadkazoo-d20b0beec082fb1da8d8396a7c360268ae3293e3.tar.gz
Add implementation details on handlers
Diffstat (limited to 'docs/async_usage.rst')
-rw-r--r--docs/async_usage.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/async_usage.rst b/docs/async_usage.rst
index 8acbd68..d5dcba9 100644
--- a/docs/async_usage.rst
+++ b/docs/async_usage.rst
@@ -40,6 +40,7 @@ event the connection has failed than an exception is raised. The
to use gevent, kazoo doesn't rely on gevents monkey patching and requires that
you pass in the appropriate handler.
+
Chaining a connection callback:
.. code-block:: python