method Cluster.prependOnceListener
Jump to headingCluster.prependOnceListener(event: string,listener: (...args: any[]) => void,): thisParameters Jump to heading
Jump to headingevent: stringJump to headinglistener: (...args: any[]) => voidReturn Type Jump to heading
thisJump to headingCluster.prependOnceListener(event: "disconnect",listener: (worker: Worker) => void,): thisParameters Jump to heading
Jump to headingevent: "disconnect"Jump to headinglistener: (worker: Worker) => voidReturn Type Jump to heading
thisJump to headingCluster.prependOnceListener(event: "exit",listener: () => void,): thisParameters Jump to heading
Jump to headingevent: "exit"Jump to headinglistener: () => voidReturn Type Jump to heading
thisJump to headingCluster.prependOnceListener(event: "fork",listener: (worker: Worker) => void,): thisParameters Jump to heading
Jump to headingevent: "fork"Jump to headinglistener: (worker: Worker) => voidReturn Type Jump to heading
thisJump to headingCluster.prependOnceListener(): thisParameters Jump to heading
Jump to headingevent: "listening"Jump to headinglistener: () => voidReturn Type Jump to heading
thisJump to headingCluster.prependOnceListener(event: "message",listener: () => void,): thisParameters Jump to heading
Jump to headingevent: "message"Jump to headinglistener: () => voidReturn Type Jump to heading
thisJump to headingCluster.prependOnceListener(event: "online",listener: (worker: Worker) => void,): thisParameters Jump to heading
Jump to headingevent: "online"Jump to headinglistener: (worker: Worker) => voidReturn Type Jump to heading
thisJump to headingCluster.prependOnceListener(event: "setup",listener: (settings: ClusterSettings) => void,): thisParameters Jump to heading
Jump to headingevent: "setup"Jump to headinglistener: (settings: ClusterSettings) => voidReturn Type Jump to heading
this