Function gotham::start

source ·
pub fn start<NH, A>(addr: A, new_handler: NH)where
    NH: NewHandler + 'static,
    A: ToSocketAddrs + 'static,
Expand description

Starts a Gotham application with the default number of threads.