std
::
thread
::
pool
::
internal
::
ThreadPoolInner
Fields
is_bounded
threads
work_queue
Methods
free
Struct
std
::
thread
::
pool
::
internal
::
ThreadPoolInner
struct
ThreadPoolInner
{ ... }
source
Fields
is_bounded:
bool
threads: &
mut
[
JoinHandle
<
()
>]
work_queue:
WorkQueue
Methods
impl
ThreadPoolInner
{ ... }
fn
free
(self: &
mut
ThreadPoolInner
)
source