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

chore: always use time.monotonic #265

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

allenporter
Copy link
Contributor

Update code to always use time.monotonic since this is now always available in the required library python version. The motivation is to reduce the number of calls to methods in base classes to reduce the class hierarchy.

Issue #228

@humbertogontijo humbertogontijo changed the title refactor: Always use time.monotonic chore: Always use time.monotonic Jan 6, 2025
@humbertogontijo humbertogontijo changed the title chore: Always use time.monotonic chore: always use time.monotonic Jan 6, 2025
@humbertogontijo humbertogontijo merged commit e14802c into humbertogontijo:main Jan 6, 2025
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants