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: Use ControlFlow in checkpoints. #602

Merged
merged 5 commits into from
Mar 9, 2022
Merged

Conversation

o0Ignition0o
Copy link
Contributor

@o0Ignition0o o0Ignition0o commented Mar 9, 2022

chore: Use ControlFlow in checkpoints.

checkpoint and async_checkpoint now use std::ops::ControlFlow instead of the Step enum. ControlFlow has two variants, Continue and Break

`checkpoint` and `async_checkpoint` now `use std::ops::ControlFlow instead` of the `Step` enum. ControlFlow has two variants, `Continue` and `Break`
@o0Ignition0o o0Ignition0o self-assigned this Mar 9, 2022
@o0Ignition0o o0Ignition0o marked this pull request as ready for review March 9, 2022 14:07
@o0Ignition0o o0Ignition0o changed the title wip chore: Use ControlFlow in checkpoints. Mar 9, 2022
@o0Ignition0o o0Ignition0o merged commit 6cfdb04 into main Mar 9, 2022
@o0Ignition0o o0Ignition0o deleted the igni/step_to_controlflow branch March 9, 2022 15:53
@abernix abernix mentioned this pull request Mar 16, 2022
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.

3 participants