pub fn http_work_queue_run(
    queue: *mut WorkQueue<Box<dyn HTTPClosure>>,
    worker_num: i32
)
Expand description

| Simple wrapper to set thread name and | run work queue |