goat subsystem.
Behaviours: ce_goat.
goat subsystem.
| handle_call/3 | |
| handle_cast/3 | |
| start/0 | Demonstration of the goat subsystem. |
handle_call(GoatId::goat_id(), Message::term(), State::term()) -> {ok, Reply, NewState}
handle_cast(GoatId::goat_id(), Message::term(), State::term()) -> {ok, NewState}
start() -> ok
Demonstration of the goat subsystem.
Generated by EDoc, Feb 18 2008, 06:48:08.