You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.