[][src]Module palaver::process

Process-related functionality

Structs

ChildHandle

Child process handle

Enums

ForkResult

Fork result

Functions

count

Count the number of processes visible to this process. Counts the lines of ps aux minus one (the header).

count_threads

Count the number of threads visible to this process. Counts the lines of ps -eL and equivalent minus one (the header).

fork

A Rust fork wrapper that uses process descriptors (pdfork) on FreeBSD and normal fork elsewhere.