시작하기. 무료입니다
또는 회원 가입 e메일 주소
OTP 저자: Mind Map: OTP

1. gen_server

1.1. start_link/3

1.1.1. module

1.1.2. args

1.1.3. options

1.1.3.1. name

1.1.3.1.1. atom

1.1.3.1.2. {:global, term}

1.1.3.1.3. {:via, module, term}

1.1.3.2. timeout

1.1.3.3. debug

1.1.3.3.1. trace

1.1.3.3.2. log

1.1.3.3.3. statistics

1.1.3.3.4. log to file

1.1.3.4. spawn_opt

2. gen_fsm

3. gen_event

4. supervisor

4.1. start

4.2. start child

4.3. init

5. application