diff options
| author | Ben Bangert <ben@groovie.org> | 2012-07-30 15:19:28 -0700 |
|---|---|---|
| committer | Ben Bangert <ben@groovie.org> | 2012-07-30 15:19:28 -0700 |
| commit | d20b0beec082fb1da8d8396a7c360268ae3293e3 (patch) | |
| tree | 0e0d08eafc9d4141a7786faaf9cf655294a20f5e /docs/async_usage.rst | |
| parent | cfd5dda42bb9deced510a3223246720682a05d0f (diff) | |
| download | kazoo-d20b0beec082fb1da8d8396a7c360268ae3293e3.tar.gz | |
Add implementation details on handlers
Diffstat (limited to 'docs/async_usage.rst')
| -rw-r--r-- | docs/async_usage.rst | 1 |
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 |
