Fix a TSAN reported race
close() could race with epoll_ctl(); pretend to be polling while adding to the epoll set to prevent this
Please register or sign in to comment
close() could race with epoll_ctl(); pretend to be polling while adding to the epoll set to prevent this