Skip to content
#

multithread

Here are 34 public repositories matching this topic...

Trabalho de Automação em tempo real. Aplicação de software multithread responsável pela leitura de dados tanto de de um Sistema Digital de Controle Distribuído (SDCD) quanto de um Plant Information Management System (PIMS) fictícios. Os mesmos serão apresentados em dois terminais de vídeo. O primeiro ira exibir os dados do processo de fabricação…

  • Updated Aug 30, 2021
  • C++

The BlockQueue pattern is a thread-safe queue implementation that allows multiple threads to push and pop elements concurrently. It provides synchronized access to the underlying queue, ensuring that no data race occurs between threads.

  • Updated Apr 27, 2024
  • C++

Improve this page

Add a description, image, and links to the multithread 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 multithread topic, visit your repo's landing page and select "manage topics."

Learn more