Skip to content

nanonext 1.1.1

Compare
Choose a tag to compare
@shikokuchuo shikokuchuo released this 23 Jun 21:13
· 261 commits to main since this release
17536aa

New Features

  • Adds 'ncurlAio' method for promises::as.promise() and promises::is.promising() to enable 'ncurlAio' promises.
  • Adds x[] as a new method for an Aio x equivalent to collect_aio_(x), which waits for and collects the data.

Updates

  • request() specifying argument 'cv' other than NULL or a 'conditionVariable' will cause the pipe connection to be dropped when the reply is (asynchronously) completed.
  • Removes deprecated functions strcat(), recv_aio_signal() and request_signal().
  • Drops base64enc() and base64dec() in favour of those from the {secretbase} package.
  • msleep() now ignores negative values rather than taking the absolute value.
  • later is now relaxed to a soft 'suggests' dependency (only required if using promises).
  • promises is added as a soft 'enhances' dependency.