https://github.com/cran/multicore
Raw File
Tip revision: a37f1e7f79de8cf9f3cac3b63c814d7e631eda2e authored by Simon Urbanek on 08 August 1977, 00:00:00 UTC
version 0.1-1
Tip revision: a37f1e7
print.R
print.process <- function(x, ...) cat(paste(" ",class(x)[1],": processID=",x$pid,"\n",sep=''))
back to top