更新版本

This commit is contained in:
ChenX
2023-12-07 09:34:41 +08:00
parent 5cc4e64b73
commit 0b53d5eaa9
49 changed files with 737 additions and 492 deletions

7
types/Common/ThreadPool/Task.d.ts vendored Normal file
View File

@@ -0,0 +1,7 @@
export interface Task {
key: any;
data: any;
then: Function;
workerCtor: (new () => Worker);
}
//# sourceMappingURL=Task.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"Task.d.ts","sourceRoot":"","sources":["../../../../src/Common/ThreadPool/Task.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,IAAI;IAEjB,GAAG,EAAE,GAAG,CAAC;IACT,IAAI,EAAE,GAAG,CAAC;IACV,IAAI,EAAE,QAAQ,CAAC;IACf,UAAU,EAAE,CAAC,UAAU,MAAM,CAAC,CAAC;CAClC"}