1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-08 13:02:20 +03:00
Files
okhttp/okhttp-logging-interceptor/api
Jesse Wilson e6250bdb2d Introduce events for the dispatcher queue (#9106)
So event listeners can see how long calls are waiting for
resources to become available.

This is the API only. I'll do the implementation in
follow-up.

Also note that I'm going to try my best to implement
this event pair to only fire for calls that actually
spend time in the queue. Calls that are immediately
promoted out of the queue should not get events.
2025-10-06 09:40:20 -04:00
..