net icon indicating copy to clipboard operation
net copied to clipboard

add pooling/deferred ("async") request support

Open jordanbrauer opened this issue 4 years ago • 0 comments

PHP does not do async. Any "async HTTP client" in PHP is really just deferred, and as such we will not use the async/await terminology, but instead defer/dispatch.

jordanbrauer avatar Jul 22 '21 14:07 jordanbrauer