Skip to content(if available)orjump to list(if available)

Show HN: Python micro event loop library (~250 LOC)

vram22

It's 736 LOC now.

Last 2 lines, 735 and 736:

    # Start the event loop with the main coroutine
    event_loop(main())