The library(unix) library provides the commonly used Unix primitives to deal with process management. These primitives are useful for many tasks, including server management, parallel computation, exploiting and controlling other processes, etc.
The predicates in this library are modelled closely after their native Unix counterparts.
Unix fork()
is the only way to create new processes and fork/1
is a simple direct interface to it.
The following predicates are exported, but not or incorrectly documented.