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.
pub async fn init_server(
lib_context: Arc<LibContext>,
settings: ServerSettings,
) -> Result<BoxFuture<'static, ()>>Initialize the server and return a future that will actually handle requests.