mirror of
https://github.com/koush/scrypted.git
synced 2026-04-26 01:40:22 +01:00
server: plugin init cleanups
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
import v8 from 'v8';
|
||||
import worker_threads from "worker_threads";
|
||||
import { EventEmitter } from "ws";
|
||||
import { RpcMessage, RpcPeer } from "../../rpc";
|
||||
import { RuntimeWorker, RuntimeWorkerOptions } from "./runtime-worker";
|
||||
import worker_threads from "worker_threads";
|
||||
import path from 'path';
|
||||
import { getPluginNodePath } from "../plugin-npm-dependencies";
|
||||
import v8 from 'v8';
|
||||
|
||||
export class NodeThreadWorker extends EventEmitter implements RuntimeWorker {
|
||||
terminated: boolean;
|
||||
|
||||
Reference in New Issue
Block a user