Exemplo n.º 1
0
 def initialize_io_loop():
     ''' boot the IOLoop (needed for the controllers) '''
     _io_master = IOMaster()
     # monkey patch time.sleep for all our friends
     _io_master.monkey_time_sleep()
     # tell sts.console to use our io_master
     msg.set_io_master(_io_master)
     return _io_master
Exemplo n.º 2
0
 def initialize_io_loop(self):
     io_master = IOMaster()
     return io_master