deque

deque

 英

  • 網絡雙端隊列;雙端隊列容器;雙隊列

例句

When a task forks a new thread, it pushes it onto the head of its own deque.

一個任務劃分一個線程自己deque頭部

In the event the thread's task queue is empty, it then tries to steal another task off the tail of another thread's deque.

線程任務隊列嘗試另一個線程deque尾部竊取另一個任務

Nine collections are implemented in STL by using map, multimap, list, vector, deque, and set.

生成通過使用映射多重映射列表向量隊列STL實現集合