feat: add Python and Java regex engines
This commit is contained in:
@@ -58,6 +58,10 @@ export class WorkerSupervisor<TOperation, TResult> {
|
||||
return this.active !== null;
|
||||
}
|
||||
|
||||
get hasWorker(): boolean {
|
||||
return this.worker !== null;
|
||||
}
|
||||
|
||||
run(
|
||||
operation: TOperation,
|
||||
timeoutMs: number,
|
||||
|
||||
Reference in New Issue
Block a user