race-condition-prevention
Here are 19 public repositories matching this topic...
Write files safely, to avoid race conditions
-
Updated
Dec 5, 2024 - PHP
Material for a workshop for learning about the Pony programming language
-
Updated
Mar 15, 2023 - Pony
useEffect hook with injected current flag
-
Updated
Jan 4, 2023 - TypeScript
OS Project: Sleeping Teaching Assistant using mutex locks and semaphores.
-
Updated
Mar 14, 2020 - C
Producer and Consumer are part of an application. The producer access a two dim matrix of int (of 100 x 100) and produces the memory address as an item and store it in a array of pointers to int. The consumers compete and get an entry of the array that corresponds to a row, and finds the number of primes in that row and adds it to a shared sum
-
Updated
Dec 15, 2022 - C
PHP application-level database locking mechanisms to implement concurrency control patterns.
-
Updated
Dec 4, 2024 - PHP
An extensible quota keeper using redis
-
Updated
Aug 11, 2021 - Go
Java Path Finder and Gradle configuration with simple dining philosopher problem
-
Updated
Aug 4, 2019 - Java
Automated Teller Machine system that demonstrates both the race condition and a solution to it.
-
Updated
Nov 23, 2017 - C#
A hook designed to perform an async effect in a safe way, thus prevent possible and undesired race condition.
-
Updated
Mar 5, 2020 - JavaScript
Prevent race conditions with contexts and API calls by wrapping them in this implementation
-
Updated
May 24, 2017 - Go
Implementação de um simulador de um estacionamento campus utilizando programação paralela, sincronização e resolução de deadlocks. Trabalho realizado no 4º período de Ciência da Computação do Instituto Federal de Minas Gerais(IFMG) - Campus Formiga para a Disciplina Sistemas Operacionais.
-
Updated
Dec 29, 2016 - C
Producer - Consumer problem in C.
-
Updated
Jun 16, 2024 - C
Solution to Prevent Race Conditions in a Distributed Ecosystem
-
Updated
Feb 20, 2019 - Go
-
Updated
Nov 19, 2022 - PHP
OS PRACTICAL IMPLEMENTATION
-
Updated
Apr 12, 2018 - C
An expense management app
-
Updated
Dec 14, 2022 - Ruby
Improve this page
Add a description, image, and links to the race-condition-prevention topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the race-condition-prevention topic, visit your repo's landing page and select "manage topics."