void http\Client\Curl\User::init(callable $run)Initialize the event loop.
callable $run# as function(http\Client $c#, resource $s# = null, int $action# = http\Client\Curl\User::POLL_NONE) : intcallback returning the number of unfinished requests pending.NOTE:
Thecallbackshould be run when a timeout occurs or a watched socket needs action.