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

Enable creating a const TimeSpec #1465

Merged
merged 3 commits into from
Jul 24, 2021
Merged

Commits on Jul 13, 2021

  1. Enable creating a const TimeSpec

    Previously, there was no way to create a TimeSpec in a const context
    because all creation was through traits. This adds two utility
    functions to create a const TimeSpec from a libc::timespec or a
    std::time::Duration
    danieldulaney committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    6542a6c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Configuration menu
    Copy the full SHA
    7de40a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2021

  1. Configuration menu
    Copy the full SHA
    7fd7f27 View commit details
    Browse the repository at this point in the history