Skip to content

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 curl::multi_fdset().

Value

Pollable object, that be used with poll() directly.