从队列中取出 meaning in English
dequeue
Examples
- The request processor dequeues the request and processes it
请求处理者从队列中取出消息并进行处理。 - For example , we can remove an element from a queue only as often as we have added one previously , and we retrieve the elements in the same order in which they were added
例如,向队列中加入元素后才能删除,从队列中取出的元素的顺序和放入时的顺序相同。 - The asynchronous messages running on an active object are effectively synchronous with respect to each other since they re dequeued and executed one at a time by a single service thread
在一个active对象上运行的异步信息实际上是同步的,因为它们被一个单一的服务线程按顺序从队列中取出并执行。