Skip to main content

run

Function run 

Source
pub async fn run(
    config: ServerConfig,
) -> Result<(), Box<dyn Error + Send + Sync>>
Expand description

Serve the tidepool JSON-RPC API according to config. Blocks until the runtime shuts down.