Merge branch 'develop' into better-tutorial

This commit is contained in:
かっこかり
2023-10-30 23:05:07 +09:00
committed by GitHub
6 changed files with 106 additions and 73 deletions

View File

@@ -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;
}