make numThreads public
This commit is contained in:
parent
23e396bf30
commit
b57bb8b606
|
@ -101,7 +101,7 @@ type
|
|||
eventNotifier: EventNotifier
|
||||
## Puts thread to sleep
|
||||
|
||||
numThreads{.align: 64.}: int
|
||||
numThreads*{.align: 64.}: int
|
||||
workerDeques: ptr UncheckedArray[ChaseLevDeque[TaskNode]]
|
||||
## Direct access for task stealing
|
||||
workers: ptr UncheckedArray[Thread[(Taskpool, WorkerID)]]
|
||||
|
|
Loading…
Reference in New Issue