fork

R Functions for Handling Multiple Processes

These functions provides simple wrappers around the Unix process management API calls: fork, signal, wait, waitpid, kill, and _exit. This enables construction of programs that utilize and mange multiple concurrent processes.

Tests Vignettes

Dependencies

This package has no dependencies

Version History