🧵 Expressive aliases to ConfigureAwait(true) and ConfigureAwait(false)
-
Updated
Jun 11, 2023 - C#
🧵 Expressive aliases to ConfigureAwait(true) and ConfigureAwait(false)
Codes for my Operating Systems' Class
SuperTinyKernel™ RTOS is a lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. For ARM Cortex-M, RISC-V MCUs with x86 emulator. Suits embedded systems with limited RAM and FLASH.
This repository contains comprehensive notes and code samples from the Master Class Course on Multi-Threading. Covering topics from basic to advanced—thread creation, race conditions, mutex, deadlocks, condition variables, and semaphores—it serves as a one-stop guide for mastering multi-threading in C/C++ on Linux.
A modern C++ thread-safe value wrapper with flexible locking strategies and convenient RAII guards.
Synchronization Library and Static Analysis Tool for C# 8
Banking System architected with modular OOP design and thread-safe operations. Implements secure authentication, transaction management, and synchronized account updates. Demonstrates practical use of multithreading, collections framework, and exception handling. Simulates real-world banking workflows through an interactive CLI envi
Repo for the Advance Practical Embedded Systems. Contains work related to Linux kernel, Pthreads, FreeRTOS, etc.
These exercises were attempted and completed during the course 'Operating Systems' offered by Dr. Sivaselvan B. at IIITDM Kancheepuram.
A client-server application developed on Linux, which provides digital communication for the transport industry
Thread Synchronization In C#
Advanced programming and algorithmization in C++ ⚔️
Multithreading implemented with POSIX in C to perform calculations on a large array.
Explore a collection of ready-to-use code solutions for common problems, disk scheduling, shell programming and page scheduling.
IoT Gateway that bridges between emulated IoT Devices and Backend, by sending Sensors' data to the Backend and receiving commands to control Actuators.
Declarative task synchronization in Python inspired by Path Expressions
studied one playlist on cpp concurrency, so here's what learned
Multithreaded pizza delivery simulator in C++ using std::thread, mutex and condition_variable.
Dining Philosophers problem implementation with both multithreading (mutex-based) and multiprocessing (semaphore-based) solutions, focusing on synchronization and deadlock prevention.
Add a description, image, and links to the thread-synchronization topic page so that developers can more easily learn about it.
To associate your repository with the thread-synchronization topic, visit your repo's landing page and select "manage topics."