Replies: 1 comment 4 replies
-
What you're looking for is the
Yes. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi :)
I'm just wondering if there is an easy way to run a bunch or "regular" R tasks async using
nanonest
?I can use
ncurl_aio
to send off a bunch of HTTP requests:I can then wait on the results later.
Is there a similar way to do this with nanonext but for regular R expressions ?
Side question:
What is the difference between
call_aio()
andcollect_aio()
?Is it simply that
collect_aio
returns thex$data
fields ?Beta Was this translation helpful? Give feedback.
All reactions