pkgsrc/parallel
mef 80466a11b5 (parallel/promises) Updated 1.0.1 to 1.2.0.1
promises 1.2.0.1
==============

* Added `future_promise()` which returns a `promise` that executes the
  expression using `future::future()`. `future_promise()` should
  (typically) be a drop-in replacement for any `future::future()`
  function call. `future_promise()` will not execute `future` work
  faster than `future::future()`, but `future_promise()` will only
  submit `future` jobs if a worker is available. If no workers are
  available, `future_promise()` will hold the expression information
  in a `promise` until a worker does become available to better take
  advantage of computing resources available to the main R
  session. For more information, please see the [`future_promise()`
  article](https://rstudio.github.io/promises/articles/future_promise.html). (#62)

* Added visibility support for `Promise$then(onFulfilled)`. (#59)

promises 1.1.1
==============

* Fix handling of FutureErrors during `future::resolved()` and
  `future::value()` by discarding the corrupt future. (#37)


promises 1.1.0
==============

* Fixed #49: `promise_all()` previously did not handle `NULL` values correctly. (#50))

* `new_promise_domain` now takes a `wrapOnFinally` argument, which can
  be used to intercept registration of `finally()`. Previous versions
  treated `finally` as passing the same callback to
  `then(onFulfilled=..., onRejected=...)`, and ignoring the result;
  for backward compatibility, promise domains will still treat
  `finally` that way by default (i.e. if `wrapOnFinally` is `NULL`,
  then `finally` will result in `wrapOnFulfilled` and `wrapOnRejected`
  being called, but if `wrapOnFinally` is provided then only
  `wrapOnFinally` will be called). (#43)
2021-06-05 08:43:54 +00:00
..
clusterit *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
dqs
dsh all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
fastflow parallel/fastflow: Replace bash in scripts 2020-08-12 00:18:27 +00:00
ganglia-monitor-core *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
gridscheduler *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
hwloc revbump for textproc/icu 2021-04-21 11:40:12 +00:00
linda *: recursive bump for libffi 2020-03-08 16:47:24 +00:00
lua-lanes parallel: Add lua-lanes 2020-07-11 16:15:08 +00:00
mpi-ch *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
openmp *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
openmpi *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
openpa
p5-Parallel-Pvm *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
paexec paexec: Pull in libmaa 2020-06-16 10:38:40 +00:00
parallel *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
pdsh *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
pvm3 parallel: align variable assignments 2019-11-04 19:18:09 +00:00
py-billiard py-billiard: updated to 3.6.4.0 2021-05-06 10:36:08 +00:00
R-promises (parallel/promises) Updated 1.0.1 to 1.2.0.1 2021-06-05 08:43:54 +00:00
sge *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
slurm-wlm *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
threadingbuildingblocks various fixes for arm64 big endian support. 2021-04-25 07:51:24 +00:00
Makefile parallel/fastflow: import fastflow-3.0.0 2020-08-09 15:51:07 +00:00