All Projects → haxe-concurrent → Similar Projects or Alternatives

794 Open source projects that are alternatives of or similar to haxe-concurrent

YACLib
Yet Another Concurrency Library
Stars: ✭ 193 (+179.71%)
Java Concurrency Examples
Java Concurrency/Multithreading Tutorial with Examples for Dummies
Stars: ✭ 173 (+150.72%)
Mutual labels:  thread, concurrency, lock, thread-pool
AtomicKit
Concurrency made simple in Swift.
Stars: ✭ 88 (+27.54%)
Mutual labels:  thread, concurrency, lock
Redisson
Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...
Stars: ✭ 17,972 (+25946.38%)
Mutual labels:  executor, scheduler, lock
Concurrency
Java 并发编程知识梳理以及常见处理模式 features and patterns
Stars: ✭ 495 (+617.39%)
Mutual labels:  thread, concurrency, thread-pool
Mt
tlock, RWMUTEX, Collab, USM, RSem and other C++ templates for Windows to provide read/write mutex locks, various multithreading tools, collaboration, differential updates and more
Stars: ✭ 18 (-73.91%)
Mutual labels:  thread, concurrency, lock
Concurrent Programming
🌵《实战java高并发程序设计》源码整理
Stars: ✭ 562 (+714.49%)
Mutual labels:  thread, concurrency, thread-pool
Threadly
A library of tools to assist with safe concurrent java development. Providing unique priority based thread pools, and ways to distrbute threaded work safely.
Stars: ✭ 196 (+184.06%)
Mutual labels:  scheduler, concurrency, thread-pool
Hamsters.js
100% Vanilla Javascript Multithreading & Parallel Execution Library
Stars: ✭ 517 (+649.28%)
Mutual labels:  thread, concurrency, thread-pool
Transmittable Thread Local
📌 TransmittableThreadLocal (TTL), the missing Java™ std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.
Stars: ✭ 4,678 (+6679.71%)
Mutual labels:  executor, thread, thread-pool
Cortex M Rtic
Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers
Stars: ✭ 623 (+802.9%)
Mutual labels:  scheduler, concurrency
Rpmalloc
Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C
Stars: ✭ 1,218 (+1665.22%)
Mutual labels:  thread, concurrency
Swiftcoroutine
Swift coroutines for iOS, macOS and Linux.
Stars: ✭ 690 (+900%)
Mutual labels:  scheduler, thread
akali
C++ Common Library for Windows, Linux.
Stars: ✭ 34 (-50.72%)
Mutual labels:  thread, thread-pool
TAOMP
《多处理器编程的艺术》一书中的示例代码实现,带有注释与单元测试
Stars: ✭ 39 (-43.48%)
Mutual labels:  concurrency, lock
futex
File-based Ruby Mutex
Stars: ✭ 14 (-79.71%)
Mutual labels:  concurrency, lock
go-worker-thread-pool
A visual working example of a Thread Pool pattern, based on a known blog article.
Stars: ✭ 24 (-65.22%)
Mutual labels:  thread, concurrency
theater
Actor framework for Dart. This package makes it easier to work with isolates, create clusters of isolates.
Stars: ✭ 29 (-57.97%)
Mutual labels:  thread, concurrency
context-propagation
Propagate snapshots of ThreadLocal values to another thread
Stars: ✭ 15 (-78.26%)
Mutual labels:  thread, concurrency
aiorwlock
Read/Write Lock - synchronization primitive for asyncio
Stars: ✭ 90 (+30.43%)
Mutual labels:  concurrency, lock
React Native Threads
Create new JS processes for CPU intensive work
Stars: ✭ 527 (+663.77%)
Mutual labels:  thread, concurrency
Oeasypool
c++11 thread pool
Stars: ✭ 18 (-73.91%)
Mutual labels:  thread, thread-pool
RxSchedulerSuppress
RxSchedulerSuppress 是用于抑制 RxJava 在同一个线程池内重复调度的工具
Stars: ✭ 30 (-56.52%)
Mutual labels:  scheduler, thread
Kommander Ios
A lightweight, pure-Swift library for manage the task execution in different threads. Through the definition a simple but powerful concept, Kommand.
Stars: ✭ 167 (+142.03%)
Mutual labels:  thread, concurrency
Sobjectizer
An implementation of Actor, Publish-Subscribe, and CSP models in one rather small C++ framework. With performance, quality, and stability proved by years in the production.
Stars: ✭ 172 (+149.28%)
Mutual labels:  thread, concurrency
Bree
🚥 The best job scheduler for Node.js and JavaScript with cron, dates, ms, later, and human-friendly support. Works in Node v10+ and browsers, uses workers to spawn sandboxed processes, and supports async/await, retries, throttling, concurrency, and graceful shutdown. Simple, fast, and lightweight. Made for @ForwardEmail and @ladjs.
Stars: ✭ 933 (+1252.17%)
Mutual labels:  scheduler, concurrency
Java Concurrent Programming
📓 《实战Java 高并发程序设计》笔记和源码整理
Stars: ✭ 162 (+134.78%)
Mutual labels:  thread, concurrency
Threadly
Type-safe thread-local storage in Swift
Stars: ✭ 58 (-15.94%)
Mutual labels:  thread, concurrency
Concurrencpp
Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all
Stars: ✭ 340 (+392.75%)
Mutual labels:  scheduler, concurrency
Marl
A hybrid thread / fiber task scheduler written in C++ 11
Stars: ✭ 1,078 (+1462.32%)
Mutual labels:  scheduler, thread-pool
Lightio
LightIO is a userland implemented green thread library for ruby
Stars: ✭ 165 (+139.13%)
Mutual labels:  thread, concurrency
django-concurrency-talk
🎭 Database Integrity in Django: Safely Handling Critical Data in Distributed Systems
Stars: ✭ 49 (-28.99%)
Mutual labels:  concurrency, lock
bascomtask
Lightweight parallel Java tasks
Stars: ✭ 49 (-28.99%)
Mutual labels:  thread, concurrency
async
Synchronization and asynchronous computation package for Go
Stars: ✭ 104 (+50.72%)
Mutual labels:  concurrency, lock
Concurrent
Functional Concurrency Primitives
Stars: ✭ 206 (+198.55%)
Mutual labels:  concurrency, lock
Agency
Execution primitives for C++
Stars: ✭ 127 (+84.06%)
Mutual labels:  concurrency, thread-pool
awesome-dotnet-async
A curated list of awesome articles and resources to learning and practicing about async, threading, and channels in .Net platform. 😉
Stars: ✭ 84 (+21.74%)
Mutual labels:  thread, thread-pool
Thread Pool
Thread pool implementation using c++11 threads
Stars: ✭ 417 (+504.35%)
Mutual labels:  concurrency, thread-pool
thread-pool
BS::thread_pool: a fast, lightweight, and easy-to-use C++17 thread pool library
Stars: ✭ 1,043 (+1411.59%)
Mutual labels:  concurrency, thread-pool
practice
Java并发编程与高并发解决方案:http://coding.imooc.com/class/195.html Java开发企业级权限管理系统:http://coding.imooc.com/class/149.html
Stars: ✭ 39 (-43.48%)
Mutual labels:  executor, concurrency
Rxjava Android Samples
Learning RxJava for Android by example
Stars: ✭ 7,520 (+10798.55%)
Mutual labels:  thread, concurrency
thread-pool
A modern thread pool implementation based on C++20
Stars: ✭ 104 (+50.72%)
Mutual labels:  concurrency, thread-pool
ComposableAsync
Create, compose and inject asynchronous behaviors in .Net Framework and .Net Core.
Stars: ✭ 28 (-59.42%)
Mutual labels:  thread, concurrency
optimistic lock coupling rs
🍋: A General Lock following paper "Optimistic Lock Coupling: A Scalable and Efficient General-Purpose Synchronization Method"
Stars: ✭ 21 (-69.57%)
Mutual labels:  concurrency, lock
hunt
A refined core library for D programming language. The module has concurrency / collections / event / io / logging / text / serialization and more.
Stars: ✭ 86 (+24.64%)
Mutual labels:  concurrency
joobq
JoobQ is a fast, efficient asynchronous reliable job queue and job scheduler library processing. Jobs are submitted to a job queue, where they reside until they are able to be scheduled to run in a computing environment.
Stars: ✭ 26 (-62.32%)
Mutual labels:  scheduler
python3-concurrency
Python3爬虫系列的理论验证,首先研究I/O模型,分别用Python实现了blocking I/O、nonblocking I/O、I/O multiplexing各模型下的TCP服务端和客户端。然后,研究同步I/O操作(依序下载、多进程并发、多线程并发)和异步I/O(asyncio)之间的效率差别
Stars: ✭ 49 (-28.99%)
Mutual labels:  concurrency
browser-tabs-lock
Using this package, you can synchronise your code logic across browser tabs.
Stars: ✭ 29 (-57.97%)
Mutual labels:  lock
AsyncKeepAlive
AsyncKeepAlive is a plugin that keep the players' connections alive
Stars: ✭ 13 (-81.16%)
Mutual labels:  thread
not-enough-standards
A modern header-only C++ library that provides platform-independent utilities.
Stars: ✭ 197 (+185.51%)
Mutual labels:  thread-pool
rhythm
Time-based job scheduler for Apache Mesos
Stars: ✭ 30 (-56.52%)
Mutual labels:  scheduler
java-multithread
Códigos feitos para o curso de Multithreading com Java, no canal RinaldoDev do YouTube.
Stars: ✭ 24 (-65.22%)
Mutual labels:  concurrency
cronnit.com
A free tool for scheduling posts to Reddit.
Stars: ✭ 3 (-95.65%)
Mutual labels:  scheduler
circular-buffer
A Lock Free Concurrent Circular Buffer
Stars: ✭ 14 (-79.71%)
Mutual labels:  concurrency
tape-recorder
BSV Hackathon: Use Tape Recorder to record any computation onto Bitcoin Script using a Wang B machine written in Forth
Stars: ✭ 22 (-68.12%)
Mutual labels:  thread
hellhound
A set of libraries to create asynchronous, high performance, scalable and simple application.
Stars: ✭ 33 (-52.17%)
Mutual labels:  thread-pool
dynamic-engine
Monitor events in the background on Android.
Stars: ✭ 24 (-65.22%)
Mutual labels:  lock
ProtoPromise
Robust and efficient library for management of asynchronous operations in C#/.Net.
Stars: ✭ 20 (-71.01%)
Mutual labels:  concurrency
sched
⏳ a high performance reliable task scheduling package in Go.
Stars: ✭ 46 (-33.33%)
Mutual labels:  scheduler
Polyel-Framework
⚡️ Voltis Core: A PHP framework based on Swoole from the ground up
Stars: ✭ 22 (-68.12%)
Mutual labels:  concurrency
1-60 of 794 similar projects