Inheritance diagram for IPython.parallel.apps.win32support:
Utility for forwarding file read events over a zmq socket.
This is necessary because select on Windows only supports sockets, not FDs.
Authors:
Bases: threading.Thread
Loop through lines in self.fd, and send them over self.sock.
Forward read events from an FD over a socket.
This method wraps a file in a socket pair, so it can be polled for read events by select (specifically zmq.eventloop.ioloop)