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
pub async fn server_non_blocking(
config: ServerConfig,
) -> Result<(SocketAddr, JoinHandle<Result<(), RextCoreError>>), RextCoreError>Start the server and return the bound address and a handle This is non-blocking