pub fn run(runtime: &RedDBRuntime) -> i32Expand description
Run the stdio JSON-RPC loop against a local in-process runtime.
Returns the process exit code. 0 on normal shutdown (EOF or
explicit close). Non-zero only on fatal I/O errors reading
stdin or writing stdout.