A powerful event handling library. Prevents double-clicks, fixes async race conditions, and manages loading states.
-
Updated
Dec 13, 2025 - Dart
A powerful event handling library. Prevents double-clicks, fixes async race conditions, and manages loading states.
Case study: Debugging a subtle race condition in an async task queue - demonstrates 'Solving Impossible Puzzles' from The Pragmatic Programmer
Race conditions in Go HTTP middleware
Minimal reproduction case demonstrating hydration timing race condition when using Svelte 5's context API within Astro islands
🍝 A concurrent solution to the classic Dining Philosophers problem using threads and mutexes in C. Includes a bonus version using processes and semaphores for advanced synchronization. Built as part of the 42 school curriculum to explore multithreading, inter-process communication, race conditions, and deadlock prevention.
Educational race condition attack scripts for Burp Suite laboratories - Master's Degree in Cybersecurity exercise
HTTP/2 Last Frame Synchronization (also known as Single Packet Attack) low Level Library / Tool based on Scapy + Exploit Timing Attacks
In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes
An efficient keyed Promise lock for Node.js projects, ensuring the mutually exclusive execution of tasks associated with the same key. Key features include active key metrics and the ability to gracefully await the completion of all currently executing or pending tasks, making it ideal for robust production applications requiring smooth teardown.
An efficient Promise lock for Node.js projects, ensuring mutually exclusive execution of asynchronous tasks. Key features include a backpressure indicator and the ability to gracefully await the completion of all currently executing or pending tasks, making it ideal for robust production applications requiring smooth teardown.
Library of Exploiting Last Frame Synchronization (also know as Single Packet Attack) on HTTP/3 - Manipulated version of quic-go lib
Dirty COW restricted to shmem in linux kernel
Producer - Consumer problem in C.
Repository contenente l'esame e la simulazione del corso Sistemi Operativi.
A simple project to implement optimistic locking (using versioning) on DynamoDB.
Explore diverse Linux Kernel Thread examples demonstrating race conditions, parallel executions, processor ID retrievals, and more, with structured subdirectories containing explanatory READMEs, source code, and Makefiles.
Libraries to help with frontend development
Example programs for illustration of Race Condition and Deadlock for Teaching Operating Systems
✨ setInterval for promises and async/sync functions. Support graceful shutdown and prevent multiple executions from overlapping in time.
Add a description, image, and links to the race-condition topic page so that developers can more easily learn about it.
To associate your repository with the race-condition topic, visit your repo's landing page and select "manage topics."