Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Use ControlFlow in checkpoints. (#602)
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`
- Loading branch information