lint fixes
This commit is contained in:
parent
d45b2dd3a7
commit
4eab3c07fd
2 changed files with 4 additions and 1 deletions
|
@ -71,9 +71,11 @@ export class WorkerMultiDispatch<POST = any, RETURN = any> {
|
|||
public isTerminated() {
|
||||
return this.terminated;
|
||||
}
|
||||
|
||||
public getWorkers() {
|
||||
return this.workers;
|
||||
}
|
||||
|
||||
public getSymbol() {
|
||||
return this.symbol;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue