BPXE.Engine.Instance (bpxe v0.1.0)
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for GenServer.handle_continue/2
.
Callback implementation for GenServer.init/1
.
Link to this section Functions
Link to this function
add_process(pid, id, options)
Link to this function
child_spec(init_arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
commit_state(instance, txn, id)
Link to this function
config(pid)
Link to this function
handle_continue(atom, state)
Callback implementation for GenServer.handle_continue/2
.
Link to this function
init(config)
Callback implementation for GenServer.init/1
.
Link to this function
processes(pid)
Link to this function
restore_state(instance)
Link to this function
save_state(instance, txn, id, pid, state)
Link to this function
start(pid)
Link to this function
start(pid, process_id)
Link to this function
start_link(config \\ [])
Link to this function