Function quilkin::net::phoenix::spawn

source ·
pub fn spawn<M: Clone + Measurement + Sync + Send + 'static>(
    listener: TcpListener,
    config: Arc<Config>,
    shutdown_rx: ShutdownRx,
    phoenix: Phoenix<M>
) -> Result<()>