Function server_non_blocking

Source
pub async fn server_non_blocking(
    config: ServerConfig,
) -> Result<(SocketAddr, JoinHandle<Result<(), RextCoreError>>), RextCoreError>
Expand description

Start the server and return the bound address and a handle This is non-blocking