Exemple #1
0
def main():
    ev = EventLoop()
    #ev.run_coroutine(timed_print)
    #ev.run_coroutine(read_text)
    #ev.run_coroutine(wait_for_other_coroutine)
    ev.run_coroutine(writable)
    ev.loop()