Skip to main content

init_server

Function init_server 

Source
pub async fn init_server(
    lib_context: Arc<LibContext>,
    settings: ServerSettings,
) -> Result<BoxFuture<'static, ()>>
Expand description

Initialize the server and return a future that will actually handle requests.