@@ -779,7 +779,6 @@ and returns. Here are the sequence of steps for a _state transition_:
779779 in order of appearance. In this step all replies generated
780780 by any `t:reply_action/0` are sent. Other actions set
781781 `t:transition_option/0`s that come into play in subsequent steps.
782-
7837822. If [_state enter calls_](`t:state_enter/0`) are used,
784783 it is either the initial state or one of the callback results
785784 [`repeat_state`](`t:state_callback_result/2`) or
@@ -797,15 +796,11 @@ and returns. Here are the sequence of steps for a _state transition_:
797796 [`(enter, OldState, State, Data)`](`t:state_enter/0`) (depending on
798797 [_callback mode_](`t:callback_mode/0`)) and when it returns
799798 starts again from the top of this sequence.
800-
8017993. If `t:postpone/0` is `true`, the current event is postponed.
802-
8038004. If this is a _state change_, the queue of incoming events is reset
804801 to start with the oldest postponed.
805-
8068025. All events stored with `t:action/0` `next_event` are inserted
807803 to be processed before previously queued events.
808-
8098046. Time-out timers `t:event_timeout/0`, `t:generic_timeout/0` and
810805 `t:state_timeout/0` are handled. Time-outs with zero time
811806 are guaranteed to be delivered to the state machine
@@ -820,12 +815,10 @@ and returns. Here are the sequence of steps for a _state transition_:
820815 A _state change_ cancels a `t:state_timeout/0` and any new transition
821816 option of this type belongs to the new state, that is;
822817 a `t:state_timeout/0` applies to the state the state machine enters.
823-
8248187. If there are enqueued events the
825819 [_state callback_](#state-callback) for the possibly
826820 new state is called with the oldest enqueued event, and we start again
827821 from the top of this sequence.
828-
8298228. Otherwise the `gen_statem` goes into `receive` or hibernation
830823 (if `t:hibernate/0` is `true`) to wait for the next message.
831824 In hibernation the next non-system event awakens the `gen_statem`,
0 commit comments