• Victor Stinner's avatar
    asyncio: sync with Tulip · 3531d904
    Victor Stinner authored
    * Document why set_result() calls are safe
    * Cleanup gather(). Use public methods instead of hacks to consume the
      exception of a future.
    * sock_connect(): pass directly the fd to _sock_connect_done instead of the
      socket.
    3531d904
selector_events.py 35.8 KB