[erlang-questions] handle_info details for gen_fsm

keshavan Balasubramanian keshavan.balasubramanian@REDACTED
Fri Aug 22 20:09:08 CEST 2008


Dear All,


In gen_fsm behavior, handle_info() has a parameter SateName.

What is the significance of the sate-name here? Does it have anything
to do with the handle_info() being executed in the 'StateName' state
only? Will the event/message result in calling a function by the name
'StateName', implicitly?

Thanks in advance.

Best regards,
Keshavan



More information about the erlang-questions mailing list