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

Update Timer and Task Implementation and add some new example / tests. #127

Merged
merged 5 commits into from
Nov 14, 2023

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    1a3befe View commit details
    Browse the repository at this point in the history
  2. feat(task): join thread when starting if not already joined) e.g. if …

    …starting a self-canceled thread. Added example for this
    finger563 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    24bbcae View commit details
    Browse the repository at this point in the history
  3. feat(timer): update timer to use wait-until for delay. update interna…

    …l task logger name. use _float variables for comparison instead of .count(). Added example
    finger563 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    cbe918c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83311f9 View commit details
    Browse the repository at this point in the history
  5. doc: rebuild

    finger563 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    fb62d49 View commit details
    Browse the repository at this point in the history