-
Updated
Feb 8, 2022 - Java
{{ message }}
A General-purpose Parallel and Heterogeneous Task Programming System
Java并发知识点总结
a thread-safe concurrent map for go
Blazing fast concurrent HashMap for Rust.
A collection of resources on wait-free and lock-free programming
BAT华为大厂一线工程师四年磨一剑精心编排 Java 高并发编程案例代码 & 教程 & 面试题集锦。详细文档讲解请阅读本人的知识库仓:https://github.com/Wasabi1234/Java-Interview-Tutorial
Powerful event-bus optimized for high throughput in multi-threaded applications. Features: Sync and Async event publication, weak/strong references, event filtering, annotation driven
Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all
Go Tutorials - Let's get our hands really dirty by writing a lot of Golang code
Concuerror is a stateless model checking tool for Erlang programs.
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.
This is a frameworks with reactive, event sourcing and Actor pattern as basic theories. On top of this, developers can create "distributed", "scale out", and "easy to test" application more simply. Claptrap and it`s Minions is on the way.
TaskChain Control Flow framework. Helps facilitate running tasks on an application's "Main Thread" (such as a game), and tasks off the main (async).
Implementation of blocking (IO-Bound) cancellable java.util.concurrent.CompletionStage and related extensions to java.util.concurrent.ExecutorService-s
Cocoa Concurrency Things.
Declarative concurrency in Scala - The implementation of the chemical machine
An ML-like statically-typed Erlang
A fast language for programmers who are passionate about their craft.
Material for a workshop for learning about the Pony programming language
A spider on Dcard. Strong and speedy.
Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.
Async / Await asynchronous programming model for Java version 1.8 though 17; similar to the functionality available in C# 5. The implementation is based on continuations for Java (see my other projects).
Concurrent computing in Julia based on the Actor Model
The Darkest Pipeline - Multithreaded pipelines for modern C++
Add a description, image, and links to the concurrent-programming topic page so that developers can more easily learn about it.
To associate your repository with the concurrent-programming topic, visit your repo's landing page and select "manage topics."
allow to limit/annotate tests in a similar way we have for js, native, etc. when run using graalvm native-image