Uses of Class
zmq.poll.Poller
-
Packages that use Poller Package Description zmq Provides low-level bindings for ØMQ.zmq.io -
-
Uses of Poller in zmq
Fields in zmq declared as Poller Modifier and Type Field Description private PollerReaper. pollerprivate PollerSocketBase. pollerMethods in zmq with parameters of type Poller Modifier and Type Method Description (package private) voidSocketBase. startReaping(Poller poller) -
Uses of Poller in zmq.io
Fields in zmq.io declared as Poller Modifier and Type Field Description private PollerIOObject. pollerprivate PollerIOThread. pollerMethods in zmq.io that return Poller Modifier and Type Method Description (package private) PollerIOThread. getPoller()
-