Is there a Java native implementation which uses a blocking queue with primitive types? If not, how can I build one?
I want to use blocking queue without boxing and unboxing when using primitives types. I check the trove assets, but it doesn't support blocking queue.