Skip to main content

start

Function start 

Source
pub async fn start(port: u16, state: Arc<SharedState>) -> Result<()>
Expand description

Start the REST API server on the given port.

This runs concurrently with the Unix socket server and shares the same internal state. Shut down by dropping the returned future.