Learn R Programming

⚠️There's a newer version (0.1.2) of this package.Take me there.

bfork (version 0.1.1)

Basic Fork

Description

A paper then wrapper for fork()/waitpid() meant to allow R users to quickly and easily fork child processes and wait for them to finish.

Copy Link

Version

Install

install.packages('bfork')

Monthly Downloads

26

Version

0.1.1

License

MPL (>= 2)

Maintainer

Daniel Robertson

Last Published

January 4th, 2016

Functions in bfork (0.1.1)

waitall

Wait for all children processes to finish
bfork

bfork: a paper thin wrapper of fork/waitpid for R
wait

Wait for a pid to finish
fork

Fork a new process