| 
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||
BlockingOpenIterable.addItem(Object) method waits for the
 consumer(s) to remove items. the consumer(s) remove items using the sole Iterator of this
 object, usually in a for (Itemtype item : blockingOpenIterable) loop.Iterable with an unbounded internal cache.
Iterable with a defined internal cache capacity.
ThreadPoolExecutor, this
 executor's BlockingThreadPool.execute(Runnable) method blocks if the all threads are busy and the task
 queue is full. additionally, this executor can be configured to run tasks in the current thread
 instead of in a thread pool.
  | 
||||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||