flush docs
[mdref/mdref-http] / http / Client / Curl / User / wait.md
diff --git a/http/Client/Curl/User/wait.md b/http/Client/Curl/User/wait.md
new file mode 100644 (file)
index 0000000..06ee274
--- /dev/null
@@ -0,0 +1,11 @@
+# void http\Client\Curl\User::wait([int $timeout_ms = null])
+
+Wait/poll/select (block the loop) until events fire.
+
+> ***NOTE:***
+> 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.
+
+## Params:
+
+* Optional int $timeout_ms = null
+  Block for at most this milliseconds.