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

time: add an example using interval to the time module #2623

Merged
merged 3 commits into from
Jun 16, 2020
Merged

time: add an example using interval to the time module #2623

merged 3 commits into from
Jun 16, 2020

Commits on Jun 16, 2020

  1. time: add an example using interval to the time module

    Add an example using `interval` to the time module. Add the same example to the `interval` function. Copy the `delay_for` example in the module to the `delay_for` function. Finally, fix the comment for the `delay_for` example in the time module
    
    Refs: #2494
    Craig Pastro committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    60b2895 View commit details
    Browse the repository at this point in the history
  2. Apply @Darksonn's suggestion to update comments

    Craig Pastro committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    95e0a15 View commit details
    Browse the repository at this point in the history
  3. time: updates based on feedback

    Remove links to `interval` in the `interval` documentation and reword the
    comment for `delay_for`.
    Craig Pastro committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    2b9b907 View commit details
    Browse the repository at this point in the history