Skip to content
  • Duncan Coutts's avatar
    60ce9910
    Move anyPendingTimeoutsOrIO impl from .h to .c · 60ce9910
    Duncan Coutts authored and Marge Bot's avatar Marge Bot committed
    The implementation is eventually going to need to use more private
    things, which will drag in unwanted includes into IOManager.h, so it's
    better to move the impl out of the header file and into the .c file, at
    the slight cost of it no longer being inline.
    
    At the same time, change to the "switch (iomgr_type)" style.
    60ce9910
    Move anyPendingTimeoutsOrIO impl from .h to .c
    Duncan Coutts authored and Marge Bot's avatar Marge Bot committed
    The implementation is eventually going to need to use more private
    things, which will drag in unwanted includes into IOManager.h, so it's
    better to move the impl out of the header file and into the .c file, at
    the slight cost of it no longer being inline.
    
    At the same time, change to the "switch (iomgr_type)" style.
Loading