青年中文青年中文

blockingqueue的意思

blockingqueue中文翻譯:

正在阻止隊列

相似詞語短語

blocking aisle───阻塞通道

blocking numbers───塊編號;批號

blockish def───塊狀def

blockish artery───閉塞動脈

blocking 5g───阻塞5g

blocking calls───阻止通話

annotations blocking───批注阻止

blocking words───方塊字

unlawfully blocking a right of way───非法阻礙通行權

blockish definition───塊狀定義

雙語使用場景

The BlockingQueue interface states that it is a Queue, meaning that its items are stored in first in, first out (FIFO) order.───BlockingQueue接口表示它是一個Queue,意思是它的項以先入先出(FIFO)順序存儲。

It is a specific type of BlockingQueue: getting an item from the queue will block until the delay has passed, if an item isn't available immediately.───它是一種特定類型的BlockingQueue:如果一個項不可用,則從隊列獲取該項會受到阻止,直到延遲失效。

There are two sets of Queue implementations in Tiger: those that implement the new BlockingQueue interface, and those that don't.───在Tiger中有兩組Queue實現:實現了新blockingqueue接口的和沒有實現這個接口的。

The Javadoc for the BlockingQueue interface demonstrates the basic usage of a blocking queue, as shown in Listing 2.───BlockingQueue接口的Javadoc給出了阻塞隊列的基本用法,如清單2所示。

There are two sets of Queue implementations in Tiger: those that implement the new BlockingQueue interface, and those that don't.───在Tiger中有兩組Queue實現:實現了新BlockingQueue接口的和沒有實現這個接口的。

英語使用場景

BlockingQueue also supports methods that take a time parameter, indicating how long the thread should block before returning to signal failure to insert or retrieve the item in question.