concurrency-library
There are 36 repositories under concurrency-library topic.
uber/swift-concurrency
Concurrency utilities for Swift
econchick/mayhem
The Python asyncio tutorial I wish existed earlier
kquick/Thespian
Python Actor concurrency library
AsyncNinja/AsyncNinja
A complete set of primitives for concurrency and reactive programming on Swift
DanEngelbrecht/bikeshed
Lock free hierarchical work scheduler
ademakov/Evenk
A C++ library for concurrent programming
chrisa23/Fibrous
Concurrency library for .Net
rlei/nonblockinghashmap
Non-blocking hash map in Rust
inie0722/air-ctl
C Language Template Library C语言 模板库
xmkg/concurrent-resource
A header-only C++ library that allows easily creating thread-safe, concurrency friendly resources.
riversun/java-promise
Promise library for java.You can do the same thing with JavaScript's Promise in java! Concurrent library.
jasonszang/concurrency-cpp11
A concurrency toolbox for c++11, including a cached thread pool executor, a shared timed mutex, a fair semaphore and several other utilities.
zhgzhg/GPhpThread
Generic PHP threads library implemented with pure PHP code
TomWright/gopool
Easy to use worker pool with dynamic pool sizing.
tiagocoutinho/sockio
Concurrency agnostic socket with semantics
YingshuLu/libcask
A implement for C coroutine
GoLangsam/pipe
A pipers bag - generic functions to gain concurrency - batteries included :-)
o1egl/syncx
SyncX is GO's sync package extensins
matthewharrilal/TowerFlow
Utilizing the Twillio API to be able to send messages to a collection of individuals concurrently.
szktty/parcel
Actor-model-based concurrency library for Swift (experimental)
karrick/gobp
Go library for using a pool, also known as a free-list, of byte buffers.
karrick/gosync
A small synchronization library for Go.
willsaibott/advanced_library_cpp
Advanced library
darkautism/cgoroutine
goroutine c version
Hongtae/CoroDispatchQueue
Simple Concurrency Library with Coroutine Dispatch Queue
massimo-marino/deferred-thread-scheduler
A C++17 implementation of a deferred thread scheduler
karrick/goro
Go library that provides sync.Once capability that can be reset
tomiok/splanner
A nice pool worker that allows you as a developer to configure the pool size and the number of workers. Also having 2 dispatcher types (async/sync) and have the control over the go routine
Hypejet/Concurrency-Utilities
🚩 A set of utilities making concurrency in Java easier
necroin/golibs
Package of useful golang libraries
thibautmarcq/LU3IN001
Programmation Concurrente - Création/Lancement de Threads, utilisation de Runnable/Callable et de lambda, détection de deadlock et de famine, utilisation de la bibliothèque java.util.concurrent (ExexutorService, Latch, Promise/Future, Semaphore, CyclicBarrier, ForkJoin et autre).
Adeynack/more-executors
Specialised executors for the JVM (mainly Java and Kotlin, but also Scala)
kristjanvalur/fastcond
Fast condition variables for posix
patroclos/p-sink
concurrency-limited promise-runner