Skip to main content

run

Function run 

Source
pub fn run(runtime: &RedDBRuntime) -> i32
Expand 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.