ForthVM.Supervisor (ForthVM v0.5.0) View Source

Ssupervisor providing Cores, IO capture, IO logger, and registry.

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(core_id, process_id, source, dictionary \\ nil)

View Source
Link to this function

load(core_id, process_id, source)

View Source
Link to this function

send_message(core_id, process_id, word_name, message_data)

View Source
Link to this function

spawn(core_id, process_id, dictionary \\ nil)

View Source