◐ Shell
clean mode source ↗

Build software better, together

Here are 17 public repositories matching this topic...

通过阻塞队列和延时队列,实现在非延时情况以及延时情况下的生产者消费者模式

  • Updated Sep 17, 2018
  • C#

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.

  • Updated Oct 7, 2024
  • C

Este projeto demonstra duas abordagens distintas para o processamento de arquivos de texto em Java, com foco em paralelismo e desempenho. Ideal para aplicações que precisam lidar com grandes volumes de dados, o projeto mostra como dividir o trabalho entre múltiplas threads de forma eficiente.

  • Updated Apr 16, 2025
  • Java

Unacademy Assignment: A Service Worker to fetch images async (uses: Executors.newSingleThreadExecutor, Handler, LinkedBlockingQueue)

  • Updated Jun 5, 2020
  • Java

Program Java yang mensimulasikan sistem restoran menggunakan multi-threading dengan tiga peran utama (Waiter, Chef, Cashier) dan mekanisme sinkronisasi untuk mencegah konflik data.

  • Updated Nov 7, 2025
  • Java

Multi-threaded Java pipeline that processes 10.6M rows of OULAD student click data using producer-consumer concurrency with BlockingQueue, ConcurrentHashMap, and poison pill termination. Generates per-course daily click summaries and threshold-based activity reports.

  • Updated May 24, 2026
  • Java

a Blocking Queue to be used in a multi threaded environment which keeps the order within the partition

  • Updated Jun 26, 2021
  • Java

Improve this page

Add a description, image, and links to the blockingqueue topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the blockingqueue topic, visit your repo's landing page and select "manage topics."

Learn more