Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pup/lib/common/ipc.ts>FileIPC#receiveData

Universal process manager built in Deno
Go to Latest
method FileIPC.prototype.receiveData
import { FileIPC } from "https://deno.land/x/pup@1.0.0-alpha-34/lib/common/ipc.ts";

Receive data from the file-based IPC.

Will throw away stale messages (older than staleMessageLimitMs)

Returns

An array of [received message, or null if the message is invalid]