ifesdjeen / hashed-wheel-timer

High Performance Timer / Scheduler Library compatible with ScheduledExecutorService
Eclipse Public License 1.0
223 stars 43 forks source link

Fixed SleepWaitStrategy to sleep for right nano seconds. #1

Closed peeyush-wings closed 8 years ago

peeyush-wings commented 8 years ago

This commit will fix the inaccuracy in sleep wait strategy.

ifesdjeen commented 8 years ago

👍 Thank you!