更新版本
This commit is contained in:
7
types/Common/ThreadPool/Task.d.ts
vendored
Normal file
7
types/Common/ThreadPool/Task.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface Task {
|
||||
key: any;
|
||||
data: any;
|
||||
then: Function;
|
||||
workerCtor: (new () => Worker);
|
||||
}
|
||||
//# sourceMappingURL=Task.d.ts.map
|
1
types/Common/ThreadPool/Task.d.ts.map
Normal file
1
types/Common/ThreadPool/Task.d.ts.map
Normal 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"}
|
Reference in New Issue
Block a user