Function gotham::tls::start[][src]

pub fn start<NH, A>(addr: A, new_handler: NH, tls_config: ServerConfig) where
    NH: NewHandler + 'static,
    A: ToSocketAddrs + 'static + Send

Starts a Gotham application with the default number of threads.