Recent Releases of mirai.promises
mirai.promises - mirai.promises 0.5.0
- Updates promises method for improved integration with Shiny (thanks @jcheng5).
- Adds is.promising() method for 'recvAio'.
- Requires promises >= 1.3.0 and nanonext >= 0.13.3.
- R
Published by shikokuchuo about 2 years ago
mirai.promises - CRAN release 0.4.1
- Performance enhancements.
- R
Published by shikokuchuo over 2 years ago
mirai.promises - CRAN release 0.4.0
- Modified dependencies to be minimal and support more use cases:
- No longer depends on any packages, these should be attached as required.
- Imports
nanonextinstead ofmirai. - Suggests
mirai.
- Performance enhancements.
- R
Published by shikokuchuo over 2 years ago
mirai.promises - CRAN release 0.3.1
- Documents that importing
polling()in a package allows access to the S3 methods. - Depends on
miraiandpromisesso no longer necessary to attach all 3 packages.
- R
Published by shikokuchuo over 2 years ago
mirai.promises - CRAN release 0.3.0
- Implements
polling()as a more efficient mechanism for setting the polling time for promise resolution, retiring the option 'mirai.promises'.
- R
Published by shikokuchuo over 2 years ago
mirai.promises - CRAN release 0.2.0
- Switches to using the option 'mirai.promises' rather than an environment variable to set the polling time (deault 0.1s).
- Permits using
options(mirai.promises = <numeric value>)to set andgetOption("mirai.promises")to view the set value at any time.
- R
Published by shikokuchuo almost 3 years ago
mirai.promises - CRAN release 0.1.2
- The
MIRAI_PROMISESenvironment variable is now checked on package load for a custom frequency with which to poll for promise resolution. - Performance enhancements.
- R
Published by shikokuchuo almost 3 years ago
mirai.promises - CRAN release 0.1.1
- Adds
as.promise.recvAioas an alias, supporting 'recvAio' asynchronous message receives from thenanonextpackage.
- R
Published by shikokuchuo almost 3 years ago
mirai.promises - CRAN release 0.1.0
- Initial CRAN release.
- R
Published by shikokuchuo about 3 years ago