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

Merge step_by and step_until into a unique method #61

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

sbarral
Copy link
Member

@sbarral sbarral commented Nov 14, 2024

Now that step_by returns an error anyway (it was unfaillible before), there is no more incentive to keep it as a separate method. The step_until method now accepts an impl Deadline, which covers both cases (Duration and MonotonicTime).

Now that `step_by` returns an error anyway (it was unfaillible before),
there is no more incentive to keep it as a separate method.
The `step_until` method now accepts an `impl Deadline`, which covers
both cases (`Duration` and `MonotonicTime`).
@sbarral sbarral force-pushed the feature/unified_step_until branch from d1049aa to b5aea81 Compare November 14, 2024 16:01
@sbarral sbarral merged commit 1cefe4b into main Nov 14, 2024
8 checks passed
@sbarral sbarral deleted the feature/unified_step_until branch November 16, 2024 12:18
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.

1 participant