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)
    @safe @trusted
    adoptProcessID
    (
    Pid pid
    )
  2. Process adoptProcessID(int pid)

Parameters

pid Pid

A Pid or OS process id

Meta