- Wait strategy now returns a future when call to
waitUntil(...)
is called, and the wait loop is run on its own thread. This reduces the variance of the periodic schedules, and improves the accuracy of the one-shot timer somewhat.
- Renamed the package
com.piggy
tocom.digitalcipher
. - Updated the docs.
- Initial release of the hashed-wheel-timer