See Also. fork . wait . Examples. ## create a function to be run as a separate process fn <- function() { Sys.sleep(4) print("World!") } ## fork the process ...
確定! 回上一頁