Searched defs:RequestQueue (Results 1 – 7 of 7) sorted by relevance
38 public class RequestQueue { class137 public RequestQueue( in RequestQueue() method in RequestQueue152 public RequestQueue(Cache cache, Network network, int threadPoolSize) { in RequestQueue() method in RequestQueue166 public RequestQueue(Cache cache, Network network) { in RequestQueue() method in RequestQueue
80 class RequestQueue(abc.ABC): class121 self, request_queue: RequestQueue, max_interval: float, daemon: bool = True
43 public class RequestQueue implements RequestFeeder { class191 public RequestQueue(Context context) { in RequestQueue() method in RequestQueue205 public RequestQueue(Context context, int connectionCount) { in RequestQueue() method in RequestQueue
275 using RequestQueue = PriorityQueue<std::unique_ptr<Request>>; variable
1769 pub RequestQueue: u16, field