std
::
thread
::
pool {SIZE}
push
fn
void
?
ThreadPool
.
push
(
&
self
,
ThreadFn
func
,
void
*
arg
)
Push a new job to the pool.
Returns whether the queue is full, in which case the job is ignored.
Parameters