Rdocumentation
powered by
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
Link to current version
Version
Version
0.1.2
0.1.1
Install
install.packages('bfork')
Monthly Downloads
4
Version
0.1.1
License
MPL (>= 2)
Maintainer
Daniel Robertson
Last Published
January 4th, 2016
Functions in bfork (0.1.1)
Search all functions
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