ForthVM.Core.Worker (ForthVM v0.5.0) View Source

Core supervised worker

Link to this section Summary

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

execute(pid, process_id, source, dictionary \\ nil)

View Source
Link to this function

load(pid, process_id, source)

View Source
Link to this function

send_message(pid, process_id, word_name, message_data)

View Source
Link to this function

spawn(pid, process_id, dictionary \\ nil)

View Source