I am examples for GtBridge.Eval, the evaluation GenServer.
Summary
Functions
I prove snippets can reach their session process through the pid
binding (named pid, not self, so the inspector can bind self
to the inspected object) and that /BINDINGS filters it as internal.
Returns the session.
Callback implementation for ExExample.Behaviour.copy/1.
Callback implementation for ExExample.Behaviour.rerun?/1.
Functions
I prove snippets can reach their session process through the pid
binding (named pid, not self, so the inspector can bind self
to the inspected object) and that /BINDINGS filters it as internal.
Returns the session.
@spec bind_a_to_30() :: pid()
Callback implementation for ExExample.Behaviour.copy/1.
@spec new_eval() :: pid()
@spec new_eval_with_port(pos_integer()) :: pid()
@spec pid_binds_the_session_process() :: pid()
@spec port_is_always_bound(pos_integer()) :: pid()
Callback implementation for ExExample.Behaviour.rerun?/1.
@spec session_get_or_create_is_idempotent() :: pid()
@spec session_remove_cleans_up() :: :ok
@spec terminate_cleans_object_registry() :: :ok