Exemplo n.º 1
0
 def receive_loop_as_thread(self):
     threaded(self.receive_loop)()
 def receive_loop_as_thread(self):
     # warn: zmq socket is not threadsafe
     threaded(self.receive_loop)()