AA
Size: a a a
AA
MK
АЗ
M
АЗ
M
VS
VS
M
(function getCpuDataFunc(dataArr, timer) {
psList().then(d => {
// send data to event bus
setTimeout(getCpuDataFunc, timer, dataArr, timer);
}).catch(console.log);
return;
})(data, cpuTimer);
UT
(function getCpuDataFunc(dataArr, timer) {
psList().then(d => {
// send data to event bus
setTimeout(getCpuDataFunc, timer, dataArr, timer);
}).catch(console.log);
return;
})(data, cpuTimer);
ES
AP
(function getCpuDataFunc(dataArr, timer) {
psList().then(d => {
// send data to event bus
setTimeout(getCpuDataFunc, timer, dataArr, timer);
}).catch(console.log);
return;
})(data, cpuTimer);
UT
KR
ИР
T
A