You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the $id2 request finishes before the $id1 request, the results are retrieved and returned on the wait_for_response($id2) call.
Sadly there currently is no way to execute code (like a callback or something) as soon a request is ready. Nothing is stopping you to fork, implement and contribute of course.
If you are looking for a non-blocking implementation, follow issue #12 to see if that is going to happen. The non-blocking socket model requires a very different type of code and as a result will always support in a callback-like model
Can you let us know the example of "async_request" model?
The text was updated successfully, but these errors were encountered: