- timeout
- how long to wait before giving up, in units of unit
- unit
- a TimeUnit determining how to interpret the timeout parameter
Documentation for this section has not yet been entered.
Type Reason Java.Lang.InterruptedException
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), waiting up to the specified wait time if necessary for an element to become available.
This method is equivalent to IBlockingDeque.PollFirst(long, Java.Util.Concurrent.TimeUnit).