blockingqueue
There are 14 repositories under blockingqueue topic.
conversant/disruptor
Disruptor BlockingQueue
EspoirX/OptimusAsyncTask
基于 kotlin Channel 的优先级异步任务队列
Wu-GQ/MessageQueue
通过阻塞队列和延时队列,实现在非延时情况以及延时情况下的生产者消费者模式
itning/BigData
学习大数据的练习和笔记
jordankzf/concurrent-airport
A multithreaded airport simulated in Java using BlockingQueue.
serdaralkancode/java-thread-vs-executor
Java Examples --- Threads, Executor Framework,Fork Join Framework,CompletableFuture
ChedySmaoui/Queues-and-Thread-Safety
In this practical I wrote an array-based implementation of a dynamically-chosen fixed-size generic Queue in C, and a thread-safe, blocking queue.
arsh1207/BankingProcess
A java application with multi-threading and shared memory inter process communication
mobility-university/partitioned-blocking-queue
a Blocking Queue to be used in a multi threaded environment which keeps the order within the partition
ophers/BlockingQueue
Yet another .Net 2.0 Blocking Queue implementation
deeps2/ServiceWorker
Unacademy Assignment: A Service Worker to fetch images async (uses: Executors.newSingleThreadExecutor, Handler, LinkedBlockingQueue)