Closed andydunstall closed 1 year ago
Patch coverage: 94.44%
and project coverage change: +1.30%
:tada:
Comparison is base (
f7d663e
) 76.28% compared to head (32246f8
) 77.59%. Report is 5 commits behind head on master.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The
read
call at https://github.com/romange/helio/blob/4c261c19f415ffde5ec9af09915d4d3704e330fe/util/fibers/epoll_proactor.cc#L465 blocks forever meaning that thread is just blocked. Thatread
makes sense with Linuxtimerfd_create
though I don't understand it forkqueue