adoptProcessID

Register a process with vibe for fibre-aware handling. This process can be started from anywhere including external libraries or std.process.

  1. Process adoptProcessID(Pid pid)
  2. Process adoptProcessID(int pid)
    @safe
    adoptProcessID
    (
    int pid
    )

Parameters

pid int

A Pid or OS process id

Meta