nanonext - R binding for NNG (Nanomsg Next Gen)
-
Updated
Nov 8, 2024 - R
nanonext - R binding for NNG (Nanomsg Next Gen)
A cross-platform implementation of such synchronization objects as Notification / Synchronization Events, Waitable Timers, Socket Event, Thread, as well as functions for waiting for signaled state. The wait functions are analogues of WaitForSingleObject and WaitForMultileObjects used on Windows. the last one can wait for objects of different types.
The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio and other applications.
Provides thread-safe and atomic synchronization objects, and wrappers to easily use web workers with async/await syntax.
MutexGear Library Preview
Monitor Synchronization in Examples
Pillars for Transactional Systems and Data Grids
An implementation of the Dining Philosophers problem, focusing on concurrency control via mutexes and semaphores. This repo demonstrates how to manage multiple processes accessing shared resources, aiming to solve issues of deadlock and contention. Includes code examples and a guide.
A distributed peer-to-peer application implementing a system for sharing constantly updated data on the COVID-19 pandemic, developed for the computer networks exam for the computer engineering course at the University of Pisa.
Demo project & blog post with a lowdown on critical sections, reader/writer locks, interactive login sessions, root user detection, CFString conversion in macOS.
This repository contains files related to Operating Systems Lab (Spring 2023).
Practical works and homeworks on the subject "System programming" (15.08.2022 - 05.09.2022) at STEP IT Academy in Kryvyi Rih.
Implementation of reentral read write lock which described in https://en.wikipedia.org/wiki/Readers–writer_lock.
Implementation of Win32 events for *nix platforms, built on top of pthreads.
Operating Systems Lab Course (CS 314), IIT Dharwad
A set of examples related to synchronization and multithreading with C in Linux.
library for managing asyncio synchronization primitives
A one-shot waitable boolean flag to facilitate safe and cooperative thread interruption in C++
Operating Systems Theory Course (CS 304), IIT Dharwad
Add a description, image, and links to the synchronization-primitives topic page so that developers can more easily learn about it.
To associate your repository with the synchronization-primitives topic, visit your repo's landing page and select "manage topics."