Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jul 31, 2015
1 parent 0878ac0 commit 1e41fbe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -369,12 +369,15 @@ ZmqTransport
:raise NotImplementedError: if *libzmq* or *pyzmq* versions do
not support socket monitoring.

.. versionadded:: 0.7

.. method:: disable_monitor()

Stop the socket event monitor.

This method is a coroutine.

.. versionadded:: 0.7


ZmqProtocol
Expand Down Expand Up @@ -452,6 +455,8 @@ ZmqProtocol
`event`, `value`, and `endpoint`.
:type event: :class:`namedtuple`

.. versionadded:: 0.7

Exception policy
----------------

Expand Down
4 changes: 2 additions & 2 deletions docs/stream.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ create_zmq_stream
:return: ZeroMQ stream object, :class:`ZmqStream` instance.


.. versionadded:: 0.7.0
.. versionadded:: 0.7

events_backlog parameter

Expand Down Expand Up @@ -191,7 +191,7 @@ ZmqStream

yield from stream.transport.enable_monitor()

.. versionadded:: 0.7.0
.. versionadded:: 0.7

.. method:: write(msg)

Expand Down

0 comments on commit 1e41fbe

Please sign in to comment.