package luv

  1. Overview
  2. Docs
Binding to libuv: cross-platform asynchronous I/O

Install

Dune Dependency

Authors

Maintainers

Sources

luv-0.5.6.tar.gz
sha256=35d8092d7a7e8d00a7ab8caf79d99e2073baf1999f5b9274de4d69078ad83685
md5=fb78fd1b179f5c9585e79b5a1c5ff644

doc/luv/Luv/Pid/index.html

Module Luv.PidSource

val getpid : unit -> int

Evaluates to the pid of the current process.

Binds uv_os_getpid. See getpid(3p).

val getppid : unit -> int

Evaluates to the pid of the parent process.

Binds uv_os_getppid. See getppid(3p).

OCaml

Innovation. Community. Security.