• Simon Giesecke's avatar
    Problem: network initialization and shutdown functions not available for · e8e24030
    Simon Giesecke authored
    reuse
    
    Solution: extract into functions defined in ip.hpp
    
    Problem: signaler_t::make_fdpair not reusable
    
    Solution: move make_fdpair to ip.hpp
    
    Problem: epoll worker with no fds cannot be stopped
    
    Solution: use interruptible epoll_pwait call
    
    Problem: insufficient unit tests for poller
    
    Solution: add test cases
    e8e24030
unittest_ypipe.cpp 2.1 KB