7,502 skills found · Page 1 of 251
greenrobot / EventBusEvent bus for Android and Java that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality.
LMAX-Exchange / DisruptorHigh Performance Inter-Thread Messaging Library
chenshuo / MuduoEvent-driven network library for multi-threaded Linux server in C++11
App-vNext / PollyPolly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
QwikDev / PartytownRelocate resource intensive third-party scripts off of the main thread and into a web worker. 🎉
RT-Thread / Rt ThreadRT-Thread is an open source IoT Real-Time Operating System (RTOS). https://rt-thread.github.io/rt-thread/
google / Re2RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.
microsoft / NapajsNapa.js: a multi-threaded JavaScript runtime
progschj / ThreadPoolA simple C++11 Thread Pool implementation
alibaba / Transmittable Thread Local📌 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.
koush / AndroidAsyncAsynchronous socket, http(s) (client+server) and websocket library for android. Based on nio, not threads.
facebookarchive / KVOControllerSimple, modern, thread-safe key-value observing for iOS and OS X.
uxlfoundation / OneTBBoneAPI Threading Building Blocks (oneTBB)
opengoofy / Hippo4j📌 异步线程池框架,支持线程池动态变更&监控&报警,无需修改代码轻松引入。Asynchronous thread pool framework, support Thread Pool Dynamic Change & monitoring & Alarm, no need to modify the code easily introduced.
AutoRecon / AutoReconAutoRecon is a multi-threaded network reconnaissance tool which performs automated enumeration of services.
ruby-concurrency / Concurrent RubyModern concurrency tools including agents, futures, promises, thread pools, supervisors, and more. Inspired by Erlang, Clojure, Scala, Go, Java, JavaScript, and classic concurrency patterns.
redis / LettuceAdvanced Java Redis client for thread-safe sync, async, and reactive usage. Supports Cluster, Sentinel, Pipelining, and codecs.
piscinajs / PiscinaA fast, efficient Node.js Worker Thread Pool implementation
developit / Greenlet🦎 Move an async function into its own thread.
schollz / ProgressbarA really basic thread-safe progress bar for Golang applications