1 # void http\Client\Curl\User::init(callable $run)
3 Initialize the event loop.
8 * callable $run as function(http\Client $c, resource $s = null, int $action = http\Client\Curl\User::POLL_NONE) : int
9 Internal callback returning the number of unfinished requests pending.
13 > The callback should be run when a timeout occurs or a watched socket needs action.