curl_fds {processx} | R Documentation |
Create a pollable object from a curl multi handle's file descriptors
Description
Create a pollable object from a curl multi handle's file descriptors
Usage
curl_fds(fds)
Arguments
fds |
A list of file descriptors, as returned by
|
Value
Pollable object, that be used with poll()
directly.
[Package processx version 3.8.4 Index]