api/neko/vm/deque
Differences between version #3922 and #8365
22c22 < Removes the first element and returns it. If ''block'' is true and the deque is empty, the function blocks until a function is added. If ''block'' is false and the deque is empty, the function returns ''null'' immediately. --- > Removes the first element and returns it. If ''block'' is true and the deque is empty, the function blocks until an element is added. If ''block'' is false and the deque is empty, the function returns ''null'' immediately.
| Ver | Date | Lg | User | Action |
|---|---|---|---|---|
| #8365 | 2010-03-29 15:06:36 | en | nico168 | View | Diff |
| #3922 | 2008-08-10 21:13:17 | en | ianxm | View | Diff |
| #2328 | 2008-07-28 10:01:47 | en | api | View | Diff |
| #2327 | 2008-07-28 10:01:47 | en | api | Set title to Deque |
Previous | Next