method: execnet.SocketGateway.exit

*Not documented*
    def exit(self):

origin: Gateway

where:

function source:

def exit(self):
    self._outgoing.put(None)
    try:
        del _active_sendqueues[self._outgoing]
    except KeyError:
        pass