dslink
dslink.worker
WorkerPool
resetDistributionCache
resetDistributionCache
dslink
dslink.worker
WorkerPool
resetDistributionCache
method
resetDistributionCache
Source
dslink
dslink.worker
WorkerPool
Constructors
WorkerPool
Properties
onMessageReceivedHandler
sessions
sockets
hashCode
runtimeType
Operators
operator []
operator ==
Methods
addMethod
callMethod
createSession
distribute
divide
forEach
getAvailableWorker
getAvailableWorkerId
init
listen
ping
reduceWorkers
resetDistributionCache
resizeFunctionWorkers
resync
send
stop
waitFor
workerAt
noSuchMethod
toString
void
resetDistributionCache
(
)
Source
void resetDistributionCache() { for (var i in _workCounts.keys.toList()) { _workCounts[i] = 0; } }