:fire: Android developers should collect the following utils(updating).
Thread Pool GitHub Repositories
Explore popular GitHub repositories tagged “thread-pool”.
Compare stars, forks, and programming language using the same GitStar view as GitHub Trending.
Trending Repositories
📌 a missing Java std lib(simple & 0-dependency) for framework/middleware, provide an enhanced InheritableThreadLocal that transmits values between threads even using thread pooling components.
A C++ High Performance Web Server
📌 异步线程池框架,支持线程池动态变更&监控&报警,无需修改代码轻松引入。Asynchronous thread pool framework, support Thread Pool Dynamic Change & monitoring & Alarm, no need to modify the code easily introduced.
A fast, efficient Node.js Worker Thread Pool implementation
🧵 Make web workers & worker threads as simple as a function call.
BS::thread_pool: a fast, lightweight, modern, and easy-to-use C++17 / C++20 / C++23 thread pool library
The missing standard library for multithreading in JavaScript (Works in the browser, Node.js, Deno, Bun)
A generic cross-platform C library that includes many commonly used components and frameworks, and a new scripting language interpreter. It currently supports C99 and Aspect-Oriented Programming (AOP).
Thread pool implementation using c++11 threads
based on C++11 , a mini threadpool , accept variable number of parameters 基于C++11的线程池,简洁且可以带任意多的参数
📐 Pushing the boundaries of simplicity
Java NIO+多线程实现聊天室
:cactus:《实战java高并发程序设计》源码整理
A very simple thread pool for parallel task execution
Java 并发编程知识梳理以及常见处理模式 features and patterns
A modern, fast, lightweight thread pool library based on C++2x
Low-latency NUMA-aware fork-join thread-pool with zero allocations, syscalls, CAS, or false-sharing on the hot path for C, C++, Rust, and Zig 🍴
Java Concurrency/Multithreading Tutorial with Examples for Dummies
Yet Another Concurrency Library
一款安全、轻巧、简单的线程池管理器
A modern header-only C++ library that provides platform-independent utilities.
Library of tools for safe concurrent java development. Providing unique priority based thread pools, and ways to distrbute threaded tasks safely.
A comprehensive and efficient low-contention thread pool for easily managing both sync and async workloads. It provides granular work control, flexible concurrency, and robust error handling.
Practical multithreading tutorials. Languages supported: C++, Java, C#, Python, Javascript/Nodejs.
A Java componentized distributed crawler framework. 一个Java版本的组件化的分布式通用爬虫
Shape Aware Parallel Mesh Simplification Algorithm
Execution primitives for C++
Modern C++ made easy
干净的springboot-netty,google protocol buffer,根目录下我给你放了一本《Netty实战(精髓)》,test下关于同步回调和异步回调、JUC和NIO(RPC我也加进来了)的一些讲解的方法代码