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实现集合