Searched refs:queues (Results 1 – 12 of 12) sorted by relevance
64 var queues = Object.create(null);70 } else if (key in queues) {71 queues[key].push(callback);73 queues[key] = [callback];79 var q = queues[key];80 delete queues[key];
60 - `limits` of less than 1 now cause an error to be thrown in queues and collection methods. (#1249,…170 …kipedia.org/wiki/Doubly_linked_list) instead of arrays. This has lead to queues being an order of …
47 public function setQueues($queues) argument49 $this->queues = $queues;56 return $this->queues;
106 'queues',110 'path' => 'v2/{+parent}/queues',150 'path' => 'v2/{+parent}/queues',
53 - Adds support for custom task queues.
102 - Adds support for custom task queues.
3597 var queues = Object.create(null);3603 } else if (key in queues) {3604 queues[key].push(callback);3606 queues[key] = [callback];3612 var q = queues[key];3613 delete queues[key];
1361 // used for queues. This implementation assumes that the node provided by the user can be modified3591 var queues = Object.create(null);3597 } else if (key in queues) {3598 queues[key].push(callback);3600 queues[key] = [callback];3606 var q = queues[key];3607 delete queues[key];3936 * // queues are iterable, spread into an array to inspect
211 "freedsx/asn1": "For ASN.1 based message queues."
8950 var queues = {};8961 if (has(queues, key)) {8962 return queues[key].push(callback);8965 queues[key] = [callback];8974 var q = queues[key];8975 delete queues[key];
META-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
1 …issing data in `Dict` graphs. It traverses the graph\n * depth first and queues up any objects tha…