Why is GenFsm Elixir's behavior out of date?
I would like to implement a state machine with GenFsm behavior. I think that Agent not enough to describe the final state machine. Because Agent not suitable for describing the returning different values of each state from the same input.
elixir otp
tamagohan2
source share