Exemplo n.º 1
0
def loop():
    from async import MainLoop
    l = MainLoop(protocol_map)
    l.start()
    l.block()