luv
Luv.Pid
luv.c
luv.c_function_descriptions
luv.c_type_descriptions
val getpid : unit -> int
Evaluates to the pid of the current process.
Binds uv_os_getpid. See getpid(3p).
uv_os_getpid
getpid(3p)
val getppid : unit -> int
Evaluates to the pid of the parent process.
Binds uv_os_getppid. See getppid(3p).
uv_os_getppid
getppid(3p)