These functions support async request handling. You can register your own as
well using register_async().
Value
A function taking expr and envir. The former is the expression to
evaluate and the latter is an environment with additional variables that
should be made available during evaluation
Provided evaluators
mirai_async()usesmirai::mirai(). It is registered as"mirai". Be aware that for this evaluator to be performant you should start up multiple persistent background processes. Seemirai::daemons().