UNPKG
homebridge-gsh-kazari
Version:
latest (2.2.2)
2.2.2
2.2.1
Google Smart Home
github.com/UiharuKazari2008/homebridge-gsh
UiharuKazari2008/homebridge-gsh
homebridge-gsh-kazari
/
node_modules
/
better-queue
/
test
/
lib
/
helper.js
10 lines
(8 loc)
•
180 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
exports
.
destroyQueues
=
function
(
) { [
this
.
q
,
this
.
q1
,
this
.
q2
].
forEach
(
function
(
q
) {
if
(!q)
return
;
setTimeout
(
function
(
) { q.
destroy
(); },
15
); }); };