| PyZMQ-like Interface {pbdZMQ} | R Documentation |
R6 ZMQ Interface
Socket Context zmq
An R6Class generator object
Drew Schmidt
Modeled after the PyZMQ interface https://zeromq.github.io/pyzmq/api/zmq.html
## Not run:
context = zmq$Context()
socket = context$socket("ZMQ_REQ")
socket$connect("tcp://localhost:5555")
### etc...
## End(Not run)