race-condition-prevention
There are 19 repositories under race-condition-prevention topic.
typicode/steno
Super fast async file writer with atomic write ⚡
webimpress/safe-writer
Write files safely, to avoid race conditions
aturley/pony-workshop
Material for a workshop for learning about the Pony programming language
Flufd/use-current-effect
useEffect hook with injected current flag
shehab-as/Sleeping-Teaching-Assistant
OS Project: Sleeping Teaching Assistant using mutex locks and semaphores.
cybercog/php-db-locker
PHP application-level database locking mechanisms to implement concurrency control patterns.
RazaRizvii/Operating-System-Semaphore--Producer-and-Consumer-are-part-of-an-application.-The-producer-access-a
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
ramadani/andromeda
An extensible quota keeper using redis
micwypych/java-with-jpf-example
Java Path Finder and Gradle configuration with simple dining philosopher problem
dandan154/ATM
Automated Teller Machine system that demonstrates both the race condition and a solution to it.
honzabrecka/useSafeEffect
A hook designed to perform an async effect in a safe way, thus prevent possible and undesired race condition.
Haim5/semaphoreQueue
Producer - Consumer problem in C.
magic53/gorace
Prevent race conditions with contexts and API calls by wrapping them in this implementation
sasani72/cdn-challenge
A system with wallet and voucher services
ajinkyabapat1/OPERATING-SYSTEM-PROGRAMMING
OS PRACTICAL IMPLEMENTATION
arthurmteodoro/thread-parking-simulator
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.
boddhisattva/expenses
An expense management app
pouyanh/anycast
Solution to Prevent Race Conditions in a Distributed Ecosystem