async icon indicating copy to clipboard operation
async copied to clipboard

Asynchronous HTTP and computation in R

Results 10 async issues
Sort by recently updated
recently updated
newest added

Simple addition to allow form data to be posted. Closes #67.

Hi, There are no examples of how to use `http_post` to POST with `content_type = multipart/form-data`... I'm wondering how to format the structure of the form data and how to...

Because it is very hard to debug async now. The traces should be definitely kept, even if the errors are caught, because the async engine needs to catch every error.

The challenge it to make sure that different versions of async can interoperate, when different versions are embedded into independent packages.

This breaks out of the event loop stack, but it is needed if we want to handle long running background tasks. We would just lift the event loop out of...

We're currently missing a way to wrap an existing processx object. For instance it would be nice to be able to poll rcmdcheck objects for completion (no matter the exit...

First, I want to thank you for this fantastic package! It is impressive, straightforward, and easy to use. We suggested using it with our [QBMS R package](https://github.com/icarda-git/QBMS/#boosting-big-queries-performance) during the last...