Skip to content
vladdu edited this page Nov 10, 2010 · 4 revisions

Work in progress!

Processor

*start* -> run

run -> wait (sends fetch)

wait -end-> *stop*
wait -{data,Data}-> send (computes results)

send -stop-> stopped
stopped -start-> send
send -> send (send a result)
send -> run (when no more results)

all states accept {config, Cmd, Args} messages


Clone this wiki locally