Replies: 1 comment
-
I did not know about On the other hand, gears should be fairly flexible when it comes to providing a scheduler (see The one provided by VTScheduler is simply the default implementation (enabled if you import |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I see the current implementation is using a VT to do the
schedule(...)
and which will use theScheduledExecutorService UNPARKER
after all, but IIRC, that will cause problem for large timeout/scheduling set.And also, today, cats-effect/Netty is integrating the scheduling with WorkThread or EventLoop instead of another
ScheduledExecutorService
for performance ,but we d a rescheduling in gears, is that by design.Beta Was this translation helpful? Give feedback.
All reactions