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

Base CountDown on Timer instead of &Timer #815

Merged
merged 1 commit into from
Jul 20, 2024
Merged

Conversation

jannic
Copy link
Member

@jannic jannic commented Jul 5, 2024

This allows to remove the lifetime parameter from CountDown. As Timer is zero-sized, this should also reduce the size of CountDown.

Due to the removal of the lifetime parameter, this is a breaking change.

Closes #216

This allows to remove the lifetime parameter from CountDown.
As Timer is zero-sized, this should also reduce the size of CountDown.

Due to the removal of the lifetime parameter, this is a breaking change.

Closes rp-rs#216
@jannic jannic added the breaking change This pull request contains a SemVer breaking change label Jul 5, 2024
@thejpster thejpster merged commit 5da290a into rp-rs:main Jul 20, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change This pull request contains a SemVer breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Owned Countdown?
3 participants