std::thread::threadpool

push

fn void? FixedThreadPool.push(&self, ThreadPoolFn func, args...)
Push a new job to the pool.
return Excuse if the queue is full, in which case the job is ignored.

Parameters