//okhttp/okhttp3/Dispatcher/queuedCalls
queuedCalls¶
[jvm]\
fun queuedCalls(): List<Call>
Returns a snapshot of the calls currently awaiting execution.
//okhttp/okhttp3/Dispatcher/queuedCalls
[jvm]\
fun queuedCalls(): List<Call>
Returns a snapshot of the calls currently awaiting execution.