Just some helpful functions for managing the mirai daemons and parallel processing.
Details
using_daemons()
returns TRUE
if there are any mirai daemons running.
n_daemons()
returns the number of mirai daemons running.
machine_cores()
returns the number of cores on the machine. This function
is from detectCores
and is used detect the number of
cores on the machine.