daemon_stop function

Utilities for daemonized servers

Utilities for daemonized servers

daemon_list() returns IDs of servers, which can be used to stop the daemonized servers.

daemon_stop(which = daemon_list()) daemon_list()

Arguments

  • which: A integer vector of the server IDs; by default, IDs of all existing servers in the current R session obtained from daemon_list(), i.e., all daemon servers will be stopped by default.

Returns

The function daemon_list() returns a list of existing server IDs, and daemon_stop() returns an invisible NULL.

  • Maintainer: Yihui Xie
  • License: GPL
  • Last published: 2024-10-04