Коммент для понятности

This commit is contained in:
Mikhail Chechnev 2018-12-11 19:11:37 +03:00
parent 4546d77147
commit 1e770599b6

View File

@ -36,7 +36,7 @@ const NWORKERS_WAIT_INTERVAL = 1000;
// Тело модуля // Тело модуля
//------------ //------------
//Класс очереди сообщений //Класс очереди исходящих сообщений
class OutQueue extends EventEmitter { class OutQueue extends EventEmitter {
//Конструктор класса //Конструктор класса
constructor(prms) { constructor(prms) {