Learn R Programming

mirai (version 1.2.0)

.daemon: dot Daemon

Description

Ephemeral executor for the remote process. User code must not call this. Consider daemon(maxtasks = 1L) instead.

Usage

.daemon(url)

Value

Logical TRUE or FALSE.

Arguments

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'.