net
net copied to clipboard
add pooling/deferred ("async") request support
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.