Thin wrapper around :rpc.call/4 and Node.spawn_link/2.
This module exists purely so the cross-node code paths in
BB.TUI.Robot can be exercised in tests by mocking a normal Elixir
module — :rpc itself is a sticky kernel module and cannot be
swapped out at runtime.
In production this is a transparent passthrough; in tests Mimic replaces it.
Summary
Functions
Synchronous remote function call. Mirrors :rpc.call/4.
Spawns a linked process on a remote node. Mirrors Node.spawn_link/2.
Functions
Synchronous remote function call. Mirrors :rpc.call/4.
Spawns a linked process on a remote node. Mirrors Node.spawn_link/2.