hashed-wheel-timer
hashed-wheel-timer copied to clipboard
High Performance Timer / Scheduler Library compatible with ScheduledExecutorService
Results
2
hashed-wheel-timer issues
Sort by
recently updated
recently updated
newest added
Dear @ifesdjeen, In this line, int firstFireOffset = (int) (firstDelay / resolution), firstFireOffset maybe is negative if firstDelay is so large. I think all variable around should be long, and...
constantlyNull() should continue to be the default, but it should be possible to plug in a `Function` if the developer wants to provide a custom wrapper. This is in part...