You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.
I'm newbe libuv.
if It is my fault, please tell me about that ^-^
this is my sample that use uv_timer_t(1000ms) and uv_async_t (10 ~ 10000times)
if a count value is more than abount 1000
eventloop hang( no timer callback me ) and cpu high somtimes
if a count value is more than about 5000
eventloop hang( no timer callback me ) and cpu high always
my build command is
my os information is
build option : c++11
The text was updated successfully, but these errors were encountered: