corda/classpath
Mike Jensen 68fca60d21 Added interface BlockingDeque, and implementation for ExecutorCompletionService and LinkedBlockingQueue.
I had to implement a blocking queue for ExecutorCompletionService.  LinkedBlockingQueue could be very easily extended right now to implement the java 7 LinkedBlockingDeque.  Right now LinkedBlockingQueue just synchronizes and depends on LinkedList implementation.  But I wrote a very complete unit test suite so we if we want to put a more concurrent design here, we have a complete test suite to verify against.# Please enter the commit message for your changes. Lines starting
2014-03-10 19:06:37 -06:00
..
2014-03-10 08:51:00 -06:00
2014-01-16 17:00:52 -07:00
2013-07-02 20:52:38 -06:00
2013-07-02 20:52:38 -06:00
2013-07-02 20:52:38 -06:00
2013-07-02 20:52:38 -06:00
2013-11-08 09:55:43 -07:00