mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 12:04:21 +01:00
TransitionResult is an internal implementation detail that tells an invocation of StateMachine::step() to continue looping, but it is of no use to other callers. For this reason, just return an IOResult from StateMachine::step() which simplifies the result handling.