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, Dec 25 2007, 02:37:27.