Skip to content
  • Duncan Coutts's avatar
    Rename awaitEvent in select and win32 I/O managers · 5ad4b30f
    Duncan Coutts authored and Marge Bot's avatar Marge Bot committed
    These are now just called from IOManager.c and are the per-I/O manager
    backend impls (whereas previously awaitEvent was the entry point).
    
    Follow the new naming convention in the IOManager.{h,c} of
    awaitCompletedTimeoutsOrIO, with the I/O manager's name as a suffix:
    so awaitCompletedTimeoutsOrIO{Select,Win32}.
    5ad4b30f