1 # void http\Client\Curl\User::wait([int $timeout_ms = null])
3 Wait/poll/select (block the loop) until events fire.
6 > This method is called by http\Client::wait(), so it does not need to have an actual implementation if http\Client::wait() is never called.
10 * Optional int $timeout_ms = null
11 Block for at most this milliseconds.