pub fn start_with_num_threads<NH, A>(
addr: A,
new_handler: NH,
threads: usize,
) -> Result<(), StartError>
Expand description
Starts a Gotham application with a designated number of threads.
pub fn start_with_num_threads<NH, A>(
addr: A,
new_handler: NH,
threads: usize,
) -> Result<(), StartError>
Starts a Gotham application with a designated number of threads.