Skip to content
#

mutex

Here are 20 public repositories matching this topic...

All questions in your team about how to properly use locks can be answered with "use Locky" from now on. It is very easy to use, because you can lock on strings via both synchronous and asynchronous methods. There is no risk of forgetting to assign something to a static field, because Locky is static itself (or use Lockally which is also included).

  • Updated Feb 23, 2023
  • C#

Один процесс читатель, удаляющий записи из СХД и несколько процессов писателей, помещающих записи в СХД, если есть свободное место, иначе писатель уничтожается. СХД - стек. Механизм передачи данных: общая память (проецируемые в память файлы).

  • Updated Aug 6, 2018
  • C#

This project is a hands-on workshop focused on exploring and understanding the concepts of parallel programming in C#. It provides practical examples of using delegates, events, and various parallel programming constructs such as Parallel.For, Parallel.ForEach, Parallel.Invoke, and Task.Factory in a console application.

  • Updated May 8, 2024
  • C#

Improve this page

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

Learn more