threadpool topic
dpool
使用 C++11 实现的动态线程池
isolation-threadpool
从Hystrix核心代码中提取出来的线程池隔离的代码,可以非常方便的在Web应用中实现线程池隔离
PosixDispatch
A fast, small, efficient analog of GCD in Swift
GameThreadPool
游戏中常用的线程池,顺序队列和非顺序队列
CThreadPool
【A simple used C++ threadpool】一个简单好用,性能优异的,跨平台的C++线程池。欢迎 star & fork
python3-concurrency
Python3爬虫系列的理论验证,首先研究I/O模型,分别用Python实现了blocking I/O、nonblocking I/O、I/O multiplexing各模型下的TCP服务端和客户端。然后,研究同步I/O操作(依序下载、多进程并发、多线程并发)和异...
iocp-delphi
Windows I/O Completion Port wrapper class for Delphi and Free Pascal
atomic_threadpool
it's a smallest library that provides a lock-free thread pool sharing on multithreading, it design for scalability
rusty_pool
Self growing / shrinking ThreadPool implementation based on crossbeam's multi-producer multi-consumer channels that enables awaiting the result of a task and offers async support.