There is a newer version of the record available.

Published May 6, 2023 | Version v0.8.3
Software Open

shikokuchuo/nanonext: CRAN release 0.8.3

  • 1. Hibiki AI

Description

nanonext 0.8.3 New Features

  • Implements cv_signal() and timed_signal() for signalling a condition variable, the latter after a specified time (from a newly-created thread).
  • Implements .context(), a performance alternative to context() that does not create the full object.
  • Adds utility nanonext_version() for providing the package version, NNG and mbed TLS library versions in a single string.
  • ncurl() gains a 'timeout' argument.

Updates

  • Removes 'verify' argument of context() (changed to '...' for compatibility) as request() and request_signal() have been rendered safe internally for use with timeouts.
  • The name of the single argument to msleep() has been changed to 'time' from 'msec'.
  • Functions pipe_notify(), lock() and unlock() now error if unsuccessful rather than returning with a warning.
  • For compiling bundled 'libmbedtls' and 'libnng' libraries from source, R's configured C compiler is now chosen over the system default where this is different.
  • Bundled 'libnng' source updated to v1.6.0 alpha (c5e9d8a).
  • Bundled 'libmbedtls' source updated to v3.4.0.

Files

shikokuchuo/nanonext-v0.8.3.zip

Files (1.2 MB)

Name Size Download all
md5:06ce4db249c539c21bf6f972a4b80211
1.2 MB Preview Download

Additional details

Related works