WorkerPoolHandle
in package
Read onlyYes
FinalYes
Tags
Table of Contents
Methods
- __construct() : mixed
- directory() : Map
- queues() : array<int, Queue>
- stop() : void
- workerCount() : int
Methods
__construct()
public
__construct(int $workerCount, array<int, Queue> $queues, Map $directory, Atomic $stopSignal) : mixed
Parameters
- $workerCount : int
- $queues : array<int, Queue>
- $directory : Map
- $stopSignal : Atomic
directory()
public
directory() : Map
Return values
Mapqueues()
public
queues() : array<int, Queue>
Return values
array<int, Queue>stop()
public
stop() : void
workerCount()
public
workerCount() : int