ZMQPoll: ZMQ Poll handle
Bases: object
| Parameters: |
|
|---|
ZMQPoll ZMQPoll handles can be used to monitor any ZMQ sockets for readability or writability.
Read only
pyuv.Loop object where this handle runs.
| Parameters: | callback (callable) – Function that will be called after the ZMQPoll handle is closed. |
|---|
Close the ZMQPoll handle. After a handle has been closed no other operations can be performed on it.
| Parameters: |
|
|---|
Callback signature: callback(poll_handle, events, errorno).
Start or update the event mask of the ZMQPoll handle.