vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Function adoptProcessID

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

Process adoptProcessID (
  std.process.Pid pid
) @trusted;

Process adoptProcessID (
  int pid
) @safe;

Parameters

NameDescription
pid A Pid or OS process id
Authors
Copyright
License