Toggle menu
Nitlanguage.org
Nitdoc
pthreads
threadpool
ThreadPool
_queue
private
var
_queue
:
ConcurrentList
[
Task
]
pthreads
::
ThreadPool
::
_queue
Doc
Linearization
Summary
Property definitions
pthreads$ThreadPool$_queue
Property definitions
pthreads
$
ThreadPool
::
_queue
private
var
queue
=
new
ConcurrentList
[
Task
]
lib/pthreads/threadpool.nit:23,2--45