Module fsm_example

June 18, 2016 ยท View on GitHub

  • Function Index
  • Function Details

Behaviours: plain_fsm.

Function Index

a/1
b/1
code_change/3
data_vsn/0
spawn_link/0

Function Details

a/1

a(S) -> any()

b/1

b(S) -> any()

code_change/3

code_change(OldVsn, State, Extra) -> any()

data_vsn/0

data_vsn() -> any()

spawn_link/0

spawn_link() -> any()

Contents

  1. 1Function Index
  2. 2Function Details
  3. 2.1a/1
  4. 2.2b/1
  5. 2.3code_change/3
  6. 2.4data_vsn/0
  7. 2.5spawn_link/0