I wonder if there is a conflict in use case between general purpose
timers, of which there can be many, and high precision timers, of
which maybe you only want a few.

The OP can use create timer fds himself, and add them to the uv loop
to be watched, to get the precision he wants within uv, I think.

Perhaps if a perfect API can't be found in uv, a new higher precision
timerfd based API with caveats about how many of these you can/should
create would be useful?

-- 
You received this message because you are subscribed to the Google Groups 
"libuv" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to libuv+unsubscr...@googlegroups.com.
To post to this group, send email to libuv@googlegroups.com.
Visit this group at http://groups.google.com/group/libuv.
For more options, visit https://groups.google.com/d/optout.

Reply via email to