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