Function fastcgi::run_tcp [] [src]

pub fn run_tcp<F>(handler: F, listener: &TcpListener) where
    F: Fn(Request) + Send + Sync + 'static, 

Accepts requests from a user-supplied TCP listener.