Function gotham::start_with_num_threads [] [src]

pub fn start_with_num_threads<NH, A>(addr: A, threads: usize, new_handler: NH) where
    NH: NewHandler + 'static,
    A: ToSocketAddrs

Starts a Gotham application, with the given number of threads.