.daemon {mirai}R Documentation

dot Daemon

Description

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

Usage

.daemon(url)

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

Value

Invisible NULL.


[Package mirai version 1.0.0 Index]