.daemon {mirai} | R Documentation |
Ephemeral executor for the remote process. User code must not call this.
Consider daemon(maxtasks = 1L)
instead.
.daemon(url)
url |
the character host or dispatcher URL to dial into, including the port to connect to (and optionally for websockets, a path), e.g. 'tcp://hostname:5555' or 'ws://10.75.32.70:5555/path'. |
Invisible NULL.