Module ce_goat_demo
Description
Demo of thegoat subsystem.
Function Index
| Exported Functions | |
|---|---|
| handle_call/3 | |
| handle_cast/3 | |
| start/0 | Demonstration of the goat subsystem. |
Exported Functions
handle_call/3
handle_call(goat_id(), Message::term(), State::term()) -> {ok, Reply, NewState}
handle_cast/3
handle_cast(goat_id(), Message::term(), State::term()) -> {ok, NewState}
start/0
start() -> ok
Demonstration of the goat subsystem.