The function will be called on another process, very much like
callr::r()
.
call_function(func, args = list())
Function to call. See also the notes at callr::r()
.
Arguments to pass to the function. They will be copied to the worker process.
Deferred object.