method Worker.prototype.once
Usage in Deno
import { Worker } from "node:cluster";
Worker.prototype.once(event: "listening",listener: (address: Address) => void,): this
listener: (address: Address) => void
this
import { Worker } from "node:cluster";
Worker.prototype.once(event: "listening",listener: (address: Address) => void,): this
listener: (address: Address) => void
this