java - Alternatives to LinkedBlockingDeque? -
java - Alternatives to LinkedBlockingDeque? -
i've java programme runs on multiple threads. 1 of threads wait info thread , processes it. used linkedblockingdeque
implement it, such thread block until info available in queue.
however, server i'm running on has java se 5, version not have particular class. there alternatives this?
for requirements described can utilize linkedblockingqueue available in java 5
java
Comments
Post a Comment