NEWS.md
%>>%
deferred evaluation pipe.mirai()
to ensure a mirai always resolves even if the child process crashes etc.is_mirai()
to test if an object is a mirai.$data
to optimally align with the underlying implementation.mirai()
added as an alias for eval_mirai()
; supports evaluating arbitrary length expressions wrapped in {}
.call_mirai()
. Access the $value
directly and an ‘unresolved’ logical NA will be returned if the async operation is yet to complete.stop_mirai()
added as a function to stop evaluation of an ongoing async operation.is_nul_byte()
and unresolved()
re-exported from {nanonext} to test for evaluation errors and resolution of a ‘mirai’ respectively.daemons()
interface to set and manage persistent background processes for receiving ‘mirai’ requests.