RequestQueue

data class RequestQueue(val request: Request)

Request queue model

Since

v1.3.0

Constructors

Link copied to clipboard
constructor(request: Request)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var running: suspend (RequestCallback) -> Unit?