Changelog
Source:NEWS.md
Version (development version)
New Features
- Now ‘mirai’ futures can be interrupted using
interrupt()
.
Version 0.2.2
CRAN release: 2024-07-03
Miscellaneous
- Internal updates for mirai (>= 1.1.0), e.g.
mirai::daemons()
argumentresilience
is being removed.
Version 0.2.1
CRAN release: 2024-05-15
Bug Fix
-
nbrOfWorkers()
andnbrOfFreeWorkers()
did not handle mirai dispatcher errors. Because those are integers, these functions would return the error integer value instead of giving aFutureError
.