Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

util/timer: introduce steady timer #4060

Merged
merged 2 commits into from Jan 12, 2019
Merged

Commits on Jan 11, 2019

  1. util/timer: introduce steady timer

    Steady timer is used to create futures that is notified after a given
    duration. It's called steady because it won't be affected by the time
    adjustment. This is important for raftstore as the lease mechanism is
    based on a steady time.
    
    Signed-off-by: Jay Lee <busyjaylee@gmail.com>
    BusyJay committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    c06e1cb View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. address comment

    Signed-off-by: Jay Lee <busyjaylee@gmail.com>
    BusyJay committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    031cce0 View commit details
    Browse the repository at this point in the history