|
0
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
|
|
2 |
<html xmlns:yui="http://yuilibrary.com/rdf/1.0/yui.rdf#"> |
|
|
3 |
<head> |
|
|
4 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
|
|
5 |
<title>API: queue Queue (YUI Library)</title> |
|
|
6 |
|
|
|
7 |
<link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css" /> |
|
|
8 |
<link rel="stylesheet" type="text/css" href="assets/api.css" /> |
|
|
9 |
|
|
|
10 |
<script type="text/javascript" src="assets/api-js"></script> |
|
|
11 |
<script type="text/javascript" src="assets/ac-js"></script> |
|
|
12 |
</head> |
|
|
13 |
|
|
|
14 |
<body id="yahoo-com"> |
|
|
15 |
|
|
|
16 |
<div id="doc3" class="yui-t2"> |
|
|
17 |
<div id="hd"> |
|
|
18 |
<h1><a href="http://developer.yahoo.com/yui/" title="Yahoo! UI Library">Yahoo! UI Library</a></h1> |
|
|
19 |
<h3>queue <span class="subtitle">3.0.0b1</span></h3> |
|
|
20 |
<a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a> |
|
|
21 |
> <a href="./module_queue.html" title="queue">queue</a> |
|
|
22 |
> Queue |
|
|
23 |
|
|
|
24 |
<form onsubmit="return false"> |
|
|
25 |
<div id="propertysearch"> |
|
|
26 |
Search: <input autocomplete="off" id="searchinput" /> |
|
|
27 |
<div id="searchresults"> |
|
|
28 |
|
|
|
29 |
</div> |
|
|
30 |
</div> |
|
|
31 |
</form> |
|
|
32 |
</div> |
|
|
33 |
|
|
|
34 |
<div id="bd"> |
|
|
35 |
<div id="yui-main"> |
|
|
36 |
<div class="yui-b"> |
|
|
37 |
<form action="#" name="yui-classopts-form" method="get" id="yui-classopts-form"> |
|
|
38 |
<fieldset> |
|
|
39 |
<legend>Filters</legend> |
|
|
40 |
<span class="classopts"><input type="checkbox" name="show_private" id="show_private" /> <label for="show_private">Show Private</label></span> |
|
|
41 |
<span class="classopts"><input type="checkbox" name="show_protected" id="show_protected" /> <label for="show_protected">Show Protected</label></span> |
|
|
42 |
<span class="classopts"><input type="checkbox" name="show_deprecated" id="show_deprecated" /> <label for="show_deprecated">Show Deprecated</label></span> |
|
|
43 |
</fieldset> |
|
|
44 |
</form> |
|
|
45 |
|
|
|
46 |
<h2> |
|
|
47 |
|
|
|
48 |
|
|
|
49 |
|
|
|
50 |
|
|
|
51 |
Class <b property="yui:name">Queue</b> |
|
|
52 |
<span class="extends"> |
|
|
53 |
</span> |
|
|
54 |
|
|
|
55 |
</h2> |
|
|
56 |
<!-- class tree goes here --> |
|
|
57 |
|
|
|
58 |
|
|
|
59 |
|
|
|
60 |
|
|
|
61 |
<div class="summary description" property="yui:description"> |
|
|
62 |
A simple FIFO queue. Items are added to the Queue with add(1..n items) and |
|
|
63 |
removed using next(). |
|
|
64 |
</div> |
|
|
65 |
|
|
|
66 |
|
|
|
67 |
<div rel="yui:properties" resource="#properties"> |
|
|
68 |
<div class="section field details"> |
|
|
69 |
<h3 id="properties">Properties</h3> |
|
|
70 |
<div class="content"> |
|
|
71 |
<div class="protected" rel="yui:property" resource="#property__q"> |
|
|
72 |
<h4><a name="property__q" property="yui:name">_q</a> |
|
|
73 |
- <code>protected <span property="yui:type">{Array}</span></code> |
|
|
74 |
</h4> |
|
|
75 |
<div class="detail"> |
|
|
76 |
<div class="description" property="yui:description"> |
|
|
77 |
The collection of enqueued items |
|
|
78 |
</div> |
|
|
79 |
</div> |
|
|
80 |
|
|
|
81 |
|
|
|
82 |
|
|
|
83 |
|
|
|
84 |
<hr /> |
|
|
85 |
</div> |
|
|
86 |
</div> |
|
|
87 |
</div> |
|
|
88 |
|
|
|
89 |
</div> |
|
|
90 |
|
|
|
91 |
<div rel="yui:methods" resource="#methods"> |
|
|
92 |
<div class="section method details"> |
|
|
93 |
<h3 id="methods">Methods</h3> |
|
|
94 |
<div class="content"> |
|
|
95 |
<div class="protected" rel="yui:method" resource="#method__init"> |
|
|
96 |
<h4> |
|
|
97 |
<a name="method__init">_init</a></h4> |
|
|
98 |
<div class="detail" > |
|
|
99 |
<code> |
|
|
100 |
protected |
|
|
101 |
|
|
|
102 |
|
|
|
103 |
void |
|
|
104 |
<strong property="yui:name">_init</strong> |
|
|
105 |
( |
|
|
106 |
) |
|
|
107 |
</code> |
|
|
108 |
|
|
|
109 |
<div class="description" property="yui:description"> |
|
|
110 |
Initialize the queue |
|
|
111 |
</div> |
|
|
112 |
|
|
|
113 |
<div class="description"> |
|
|
114 |
|
|
|
115 |
|
|
|
116 |
<dl> |
|
|
117 |
<dt>Returns: |
|
|
118 |
<code property="yui:return"> |
|
|
119 |
void |
|
|
120 |
</code></dt> |
|
|
121 |
<dd property="yui:returnInfo"></dd> |
|
|
122 |
</dl> |
|
|
123 |
|
|
|
124 |
|
|
|
125 |
|
|
|
126 |
|
|
|
127 |
</div> |
|
|
128 |
|
|
|
129 |
</div> |
|
|
130 |
<hr /> |
|
|
131 |
</div> |
|
|
132 |
<div class="" rel="yui:method" resource="#method_add"> |
|
|
133 |
<h4> |
|
|
134 |
<a name="method_add">add</a></h4> |
|
|
135 |
<div class="detail" > |
|
|
136 |
<code> |
|
|
137 |
|
|
|
138 |
|
|
|
139 |
|
|
|
140 |
void |
|
|
141 |
<strong property="yui:name">add</strong> |
|
|
142 |
( |
|
|
143 |
|
|
|
144 |
|
|
|
145 |
item* |
|
|
146 |
|
|
|
147 |
|
|
|
148 |
) |
|
|
149 |
</code> |
|
|
150 |
|
|
|
151 |
<div class="description" property="yui:description"> |
|
|
152 |
Add 0..n items to the end of the queue |
|
|
153 |
</div> |
|
|
154 |
|
|
|
155 |
<div class="description"> |
|
|
156 |
|
|
|
157 |
<dl rel="yui:parameters"> |
|
|
158 |
<dt>Parameters:</dt> |
|
|
159 |
<dd rel="yui:parameter"> |
|
|
160 |
<code><span property="yui:name">item*</span> |
|
|
161 |
<<span property="yui:type">MIXED</span>> |
|
|
162 |
</code> |
|
|
163 |
<span property="yui:description"> 0..n items</span> |
|
|
164 |
</dd> |
|
|
165 |
</dl> |
|
|
166 |
|
|
|
167 |
<dl> |
|
|
168 |
<dt>Returns: |
|
|
169 |
<code property="yui:return"> |
|
|
170 |
void |
|
|
171 |
</code></dt> |
|
|
172 |
<dd property="yui:returnInfo"></dd> |
|
|
173 |
</dl> |
|
|
174 |
|
|
|
175 |
|
|
|
176 |
|
|
|
177 |
|
|
|
178 |
</div> |
|
|
179 |
|
|
|
180 |
</div> |
|
|
181 |
<hr /> |
|
|
182 |
</div> |
|
|
183 |
<div class="" rel="yui:method" resource="#method_indexOf"> |
|
|
184 |
<h4> |
|
|
185 |
<a name="method_indexOf">indexOf</a></h4> |
|
|
186 |
<div class="detail" > |
|
|
187 |
<code> |
|
|
188 |
|
|
|
189 |
|
|
|
190 |
|
|
|
191 |
Number |
|
|
192 |
<strong property="yui:name">indexOf</strong> |
|
|
193 |
( |
|
|
194 |
|
|
|
195 |
|
|
|
196 |
needle |
|
|
197 |
|
|
|
198 |
|
|
|
199 |
) |
|
|
200 |
</code> |
|
|
201 |
|
|
|
202 |
<div class="description" property="yui:description"> |
|
|
203 |
Returns the current index in the queue of the specified item |
|
|
204 |
</div> |
|
|
205 |
|
|
|
206 |
<div class="description"> |
|
|
207 |
|
|
|
208 |
<dl rel="yui:parameters"> |
|
|
209 |
<dt>Parameters:</dt> |
|
|
210 |
<dd rel="yui:parameter"> |
|
|
211 |
<code><span property="yui:name">needle</span> |
|
|
212 |
<<span property="yui:type">MIXED</span>> |
|
|
213 |
</code> |
|
|
214 |
<span property="yui:description"> the item to search for</span> |
|
|
215 |
</dd> |
|
|
216 |
</dl> |
|
|
217 |
|
|
|
218 |
<dl> |
|
|
219 |
<dt>Returns: |
|
|
220 |
<code property="yui:return"> |
|
|
221 |
Number |
|
|
222 |
</code></dt> |
|
|
223 |
<dd property="yui:returnInfo">the index of the item or -1 if not found</dd> |
|
|
224 |
</dl> |
|
|
225 |
|
|
|
226 |
|
|
|
227 |
|
|
|
228 |
|
|
|
229 |
</div> |
|
|
230 |
|
|
|
231 |
</div> |
|
|
232 |
<hr /> |
|
|
233 |
</div> |
|
|
234 |
<div class="" rel="yui:method" resource="#method_next"> |
|
|
235 |
<h4> |
|
|
236 |
<a name="method_next">next</a></h4> |
|
|
237 |
<div class="detail" > |
|
|
238 |
<code> |
|
|
239 |
|
|
|
240 |
|
|
|
241 |
|
|
|
242 |
MIXED |
|
|
243 |
<strong property="yui:name">next</strong> |
|
|
244 |
( |
|
|
245 |
) |
|
|
246 |
</code> |
|
|
247 |
|
|
|
248 |
<div class="description" property="yui:description"> |
|
|
249 |
Get the next item in the queue. |
|
|
250 |
</div> |
|
|
251 |
|
|
|
252 |
<div class="description"> |
|
|
253 |
|
|
|
254 |
|
|
|
255 |
<dl> |
|
|
256 |
<dt>Returns: |
|
|
257 |
<code property="yui:return"> |
|
|
258 |
MIXED |
|
|
259 |
</code></dt> |
|
|
260 |
<dd property="yui:returnInfo">the next item in the queue</dd> |
|
|
261 |
</dl> |
|
|
262 |
|
|
|
263 |
|
|
|
264 |
|
|
|
265 |
|
|
|
266 |
</div> |
|
|
267 |
|
|
|
268 |
</div> |
|
|
269 |
<hr /> |
|
|
270 |
</div> |
|
|
271 |
<div class="" rel="yui:method" resource="#method_promote"> |
|
|
272 |
<h4> |
|
|
273 |
<a name="method_promote">promote</a></h4> |
|
|
274 |
<div class="detail" > |
|
|
275 |
<code> |
|
|
276 |
|
|
|
277 |
|
|
|
278 |
|
|
|
279 |
void |
|
|
280 |
<strong property="yui:name">promote</strong> |
|
|
281 |
( |
|
|
282 |
|
|
|
283 |
|
|
|
284 |
item |
|
|
285 |
|
|
|
286 |
|
|
|
287 |
) |
|
|
288 |
</code> |
|
|
289 |
|
|
|
290 |
<div class="description" property="yui:description"> |
|
|
291 |
Moves the referenced item to the head of the queue |
|
|
292 |
</div> |
|
|
293 |
|
|
|
294 |
<div class="description"> |
|
|
295 |
|
|
|
296 |
<dl rel="yui:parameters"> |
|
|
297 |
<dt>Parameters:</dt> |
|
|
298 |
<dd rel="yui:parameter"> |
|
|
299 |
<code><span property="yui:name">item</span> |
|
|
300 |
<<span property="yui:type">MIXED</span>> |
|
|
301 |
</code> |
|
|
302 |
<span property="yui:description"> an item in the queue</span> |
|
|
303 |
</dd> |
|
|
304 |
</dl> |
|
|
305 |
|
|
|
306 |
<dl> |
|
|
307 |
<dt>Returns: |
|
|
308 |
<code property="yui:return"> |
|
|
309 |
void |
|
|
310 |
</code></dt> |
|
|
311 |
<dd property="yui:returnInfo"></dd> |
|
|
312 |
</dl> |
|
|
313 |
|
|
|
314 |
|
|
|
315 |
|
|
|
316 |
|
|
|
317 |
</div> |
|
|
318 |
|
|
|
319 |
</div> |
|
|
320 |
<hr /> |
|
|
321 |
</div> |
|
|
322 |
<div class="" rel="yui:method" resource="#method_remove"> |
|
|
323 |
<h4> |
|
|
324 |
<a name="method_remove">remove</a></h4> |
|
|
325 |
<div class="detail" > |
|
|
326 |
<code> |
|
|
327 |
|
|
|
328 |
|
|
|
329 |
|
|
|
330 |
void |
|
|
331 |
<strong property="yui:name">remove</strong> |
|
|
332 |
( |
|
|
333 |
|
|
|
334 |
|
|
|
335 |
item |
|
|
336 |
|
|
|
337 |
|
|
|
338 |
) |
|
|
339 |
</code> |
|
|
340 |
|
|
|
341 |
<div class="description" property="yui:description"> |
|
|
342 |
Removes the referenced item from the queue |
|
|
343 |
</div> |
|
|
344 |
|
|
|
345 |
<div class="description"> |
|
|
346 |
|
|
|
347 |
<dl rel="yui:parameters"> |
|
|
348 |
<dt>Parameters:</dt> |
|
|
349 |
<dd rel="yui:parameter"> |
|
|
350 |
<code><span property="yui:name">item</span> |
|
|
351 |
<<span property="yui:type">MIXED</span>> |
|
|
352 |
</code> |
|
|
353 |
<span property="yui:description"> an item in the queue</span> |
|
|
354 |
</dd> |
|
|
355 |
</dl> |
|
|
356 |
|
|
|
357 |
<dl> |
|
|
358 |
<dt>Returns: |
|
|
359 |
<code property="yui:return"> |
|
|
360 |
void |
|
|
361 |
</code></dt> |
|
|
362 |
<dd property="yui:returnInfo"></dd> |
|
|
363 |
</dl> |
|
|
364 |
|
|
|
365 |
|
|
|
366 |
|
|
|
367 |
|
|
|
368 |
</div> |
|
|
369 |
|
|
|
370 |
</div> |
|
|
371 |
<hr /> |
|
|
372 |
</div> |
|
|
373 |
<div class="" rel="yui:method" resource="#method_size"> |
|
|
374 |
<h4> |
|
|
375 |
<a name="method_size">size</a></h4> |
|
|
376 |
<div class="detail" > |
|
|
377 |
<code> |
|
|
378 |
|
|
|
379 |
|
|
|
380 |
|
|
|
381 |
Number |
|
|
382 |
<strong property="yui:name">size</strong> |
|
|
383 |
( |
|
|
384 |
) |
|
|
385 |
</code> |
|
|
386 |
|
|
|
387 |
<div class="description" property="yui:description"> |
|
|
388 |
Returns the current number of queued items |
|
|
389 |
</div> |
|
|
390 |
|
|
|
391 |
<div class="description"> |
|
|
392 |
|
|
|
393 |
|
|
|
394 |
<dl> |
|
|
395 |
<dt>Returns: |
|
|
396 |
<code property="yui:return"> |
|
|
397 |
Number |
|
|
398 |
</code></dt> |
|
|
399 |
<dd property="yui:returnInfo"></dd> |
|
|
400 |
</dl> |
|
|
401 |
|
|
|
402 |
|
|
|
403 |
|
|
|
404 |
|
|
|
405 |
</div> |
|
|
406 |
|
|
|
407 |
</div> |
|
|
408 |
<hr /> |
|
|
409 |
</div> |
|
|
410 |
</div> |
|
|
411 |
</div> |
|
|
412 |
|
|
|
413 |
</div> |
|
|
414 |
|
|
|
415 |
<div rel="yui:events" resource="#events"> |
|
|
416 |
|
|
|
417 |
|
|
|
418 |
</div> |
|
|
419 |
|
|
|
420 |
<div rel="yui:attributes" resource="#configattributes"> |
|
|
421 |
|
|
|
422 |
</div> |
|
|
423 |
|
|
|
424 |
</div> |
|
|
425 |
</div> |
|
|
426 |
<div class="yui-b"> |
|
|
427 |
<div class="nav"> |
|
|
428 |
|
|
|
429 |
<div id="moduleList" class="module"> |
|
|
430 |
<h4>Modules</h4> |
|
|
431 |
<ul class="content"> |
|
|
432 |
<li class=""><a href="module_anim.html" title="anim">anim</a></li> |
|
|
433 |
<li class=""><a href="module_attribute.html" title="attribute">attribute</a></li> |
|
|
434 |
<li class=""><a href="module_base.html" title="base">base</a></li> |
|
|
435 |
<li class=""><a href="module_cache.html" title="cache">cache</a></li> |
|
|
436 |
<li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li> |
|
|
437 |
<li class=""><a href="module_collection.html" title="collection">collection</a></li> |
|
|
438 |
<li class=""><a href="module_console.html" title="console">console</a></li> |
|
|
439 |
<li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li> |
|
|
440 |
<li class=""><a href="module_cookie.html" title="cookie">cookie</a></li> |
|
|
441 |
<li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li> |
|
|
442 |
<li class=""><a href="module_datasource.html" title="datasource">datasource</a></li> |
|
|
443 |
<li class=""><a href="module_datatype.html" title="datatype">datatype</a></li> |
|
|
444 |
<li class=""><a href="module_dd.html" title="dd">dd</a></li> |
|
|
445 |
<li class=""><a href="module_dom.html" title="dom">dom</a></li> |
|
|
446 |
<li class=""><a href="module_dump.html" title="dump">dump</a></li> |
|
|
447 |
<li class=""><a href="module_event.html" title="event">event</a></li> |
|
|
448 |
<li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li> |
|
|
449 |
<li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li> |
|
|
450 |
<li class=""><a href="module_history.html" title="history">history</a></li> |
|
|
451 |
<li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li> |
|
|
452 |
<li class=""><a href="module_io.html" title="io">io</a></li> |
|
|
453 |
<li class=""><a href="module_json.html" title="json">json</a></li> |
|
|
454 |
<li class=""><a href="module_node.html" title="node">node</a></li> |
|
|
455 |
<li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li> |
|
|
456 |
<li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li> |
|
|
457 |
<li class=""><a href="module_oop.html" title="oop">oop</a></li> |
|
|
458 |
<li class=""><a href="module_overlay.html" title="overlay">overlay</a></li> |
|
|
459 |
<li class=""><a href="module_plugin.html" title="plugin">plugin</a></li> |
|
|
460 |
<li class=""><a href="module_profiler.html" title="profiler">profiler</a></li> |
|
|
461 |
<li class="selected"><a href="module_queue.html" title="queue">queue</a></li> |
|
|
462 |
<li class=""><a href="module_slider.html" title="slider">slider</a></li> |
|
|
463 |
<li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li> |
|
|
464 |
<li class=""><a href="module_substitute.html" title="substitute">substitute</a></li> |
|
|
465 |
<li class=""><a href="module_test.html" title="test">test</a></li> |
|
|
466 |
<li class=""><a href="module_widget.html" title="widget">widget</a></li> |
|
|
467 |
<li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li> |
|
|
468 |
<li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li> |
|
|
469 |
<li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li> |
|
|
470 |
<li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li> |
|
|
471 |
<li class=""><a href="module_yui.html" title="yui">yui</a></li> |
|
|
472 |
</ul> |
|
|
473 |
</div> |
|
|
474 |
|
|
|
475 |
<div id="classList" class="module"> |
|
|
476 |
<h4>Classes</h4> |
|
|
477 |
<ul class="content"> |
|
|
478 |
<li class=""><a href="AsyncQueue.html" title="AsyncQueue">AsyncQueue</a></li> |
|
|
479 |
<li class="selected"><a href="Queue.html" title="Queue">Queue</a></li> |
|
|
480 |
</ul> |
|
|
481 |
</div> |
|
|
482 |
|
|
|
483 |
<div id="fileList" class="module"> |
|
|
484 |
<h4>Files</h4> |
|
|
485 |
<ul class="content"> |
|
|
486 |
<li class=""><a href="queue-base.js.html" title="queue-base.js">queue-base.js</a></li> |
|
|
487 |
<li class=""><a href="queue-promote.js.html" title="queue-promote.js">queue-promote.js</a></li> |
|
|
488 |
<li class=""><a href="queue-run.js.html" title="queue-run.js">queue-run.js</a></li> |
|
|
489 |
</ul> |
|
|
490 |
</div> |
|
|
491 |
|
|
|
492 |
<div id="propertyList" class="module"> |
|
|
493 |
<h4>Properties</h4> |
|
|
494 |
<ul class="content"> |
|
|
495 |
<li class="protected"><a href="#property__q" title="_q">_q</a></li> |
|
|
496 |
</ul> |
|
|
497 |
</div> |
|
|
498 |
|
|
|
499 |
<div id="methodsList" class="module"> |
|
|
500 |
<h4>Methods</h4> |
|
|
501 |
<ul class="content"> |
|
|
502 |
<li class="protected"><a href="#method__init" title="_init">_init</a></li> |
|
|
503 |
<li class=""><a href="#method_add" title="add">add</a></li> |
|
|
504 |
<li class=""><a href="#method_indexOf" title="indexOf">indexOf</a></li> |
|
|
505 |
<li class=""><a href="#method_next" title="next">next</a></li> |
|
|
506 |
<li class=""><a href="#method_promote" title="promote">promote</a></li> |
|
|
507 |
<li class=""><a href="#method_remove" title="remove">remove</a></li> |
|
|
508 |
<li class=""><a href="#method_size" title="size">size</a></li> |
|
|
509 |
</ul> |
|
|
510 |
</div> |
|
|
511 |
|
|
|
512 |
|
|
|
513 |
|
|
|
514 |
</div> |
|
|
515 |
</div> |
|
|
516 |
</div> |
|
|
517 |
<div id="ft"> |
|
|
518 |
<hr /> |
|
|
519 |
Copyright © 2009 Yahoo! Inc. All rights reserved. |
|
|
520 |
</div> |
|
|
521 |
</div> |
|
|
522 |
<script type="text/javascript"> |
|
|
523 |
ALL_YUI_PROPS = [{"access": "", "host": "AsyncQueue", "name": "add", "url": "AsyncQueue.html#method_add", "type": "method"}, {"access": "", "host": "Queue", "name": "add", "url": "Queue.html#method_add", "type": "method"}, {"access": "", "host": "AsyncQueue", "name": "AsyncQueue.defaults", "url": "AsyncQueue.html#property_AsyncQueue.defaults", "type": "property"}, {"access": "", "host": "AsyncQueue", "name": "complete", "url": "AsyncQueue.html#event_complete", "type": "event"}, {"access": "protected", "host": "AsyncQueue", "name": "_defAddFn", "url": "AsyncQueue.html#method__defAddFn", "type": "method"}, {"access": "", "host": "AsyncQueue", "name": "defaults", "url": "AsyncQueue.html#property_defaults", "type": "property"}, {"access": "protected", "host": "AsyncQueue", "name": "_defExecFn", "url": "AsyncQueue.html#method__defExecFn", "type": "method"}, {"access": "protected", "host": "AsyncQueue", "name": "_defPromoteFn", "url": "AsyncQueue.html#method__defPromoteFn", "type": "method"}, {"access": "protected", "host": "AsyncQueue", "name": "_defRemoveFn", "url": "AsyncQueue.html#method__defRemoveFn", "type": "method"}, {"access": "protected", "host": "AsyncQueue", "name": "_defShiftFn", "url": "AsyncQueue.html#method__defShiftFn", "type": "method"}, {"access": "protected", "host": "AsyncQueue", "name": "_execute", "url": "AsyncQueue.html#method__execute", "type": "method"}, {"access": "", "host": "AsyncQueue", "name": "getCallback", "url": "AsyncQueue.html#method_getCallback", "type": "method"}, {"access": "", "host": "AsyncQueue", "name": "indexOf", "url": "AsyncQueue.html#method_indexOf", "type": "method"}, {"access": "", "host": "Queue", "name": "indexOf", "url": "Queue.html#method_indexOf", "type": "method"}, {"access": "protected", "host": "AsyncQueue", "name": "_init", "url": "AsyncQueue.html#method__init", "type": "method"}, {"access": "protected", "host": "Queue", "name": "_init", "url": "Queue.html#method__init", "type": "method"}, {"access": "protected", "host": "AsyncQueue", "name": "_initEvents", "url": "AsyncQueue.html#method__initEvents", "type": "method"}, {"access": "", "host": "AsyncQueue", "name": "isRunning", "url": "AsyncQueue.html#method_isRunning", "type": "method"}, {"access": "", "host": "AsyncQueue", "name": "next", "url": "AsyncQueue.html#method_next", "type": "method"}, {"access": "", "host": "Queue", "name": "next", "url": "Queue.html#method_next", "type": "method"}, {"access": "", "host": "AsyncQueue", "name": "pause", "url": "AsyncQueue.html#method_pause", "type": "method"}, {"access": "protected", "host": "AsyncQueue", "name": "_prepare", "url": "AsyncQueue.html#method__prepare", "type": "method"}, {"access": "", "host": "AsyncQueue", "name": "promote", "url": "AsyncQueue.html#method_promote", "type": "method"}, {"access": "", "host": "Queue", "name": "promote", "url": "Queue.html#method_promote", "type": "method"}, {"access": "protected", "host": "Queue", "name": "_q", "url": "Queue.html#property__q", "type": "property"}, {"access": "", "host": "AsyncQueue", "name": "remove", "url": "AsyncQueue.html#method_remove", "type": "method"}, {"access": "", "host": "Queue", "name": "remove", "url": "Queue.html#method_remove", "type": "method"}, {"access": "", "host": "AsyncQueue", "name": "run", "url": "AsyncQueue.html#method_run", "type": "method"}, {"access": "protected", "host": "AsyncQueue", "name": "_running", "url": "AsyncQueue.html#property__running", "type": "property"}, {"access": "protected", "host": "AsyncQueue", "name": "_schedule", "url": "AsyncQueue.html#method__schedule", "type": "method"}, {"access": "", "host": "AsyncQueue", "name": "size", "url": "AsyncQueue.html#method_size", "type": "method"}, {"access": "", "host": "Queue", "name": "size", "url": "Queue.html#method_size", "type": "method"}, {"access": "", "host": "AsyncQueue", "name": "stop", "url": "AsyncQueue.html#method_stop", "type": "method"}]; |
|
|
524 |
</script> |
|
|
525 |
</body> |
|
|
526 |
</html> |