378 skills found · Page 4 of 13
ydf0509 / Threadpool Executor Shrink Ablepip install threadpool_executor_shrink_able 最好的python线程池,可以实现线程池自动缩小,实现java keepAliveTime参数的功能。,shap threadpoolexecutor, realize java keepAliveTime,bounded work queue,direct display of thread errors
vichargrave / ThreadsExample code from my Java Style Threads Class in C++ blog.
coralblocks / CoralQueueCoralQueue is an ultra-low-latency, lock-free, garbage-free, batching and concurrent collection of circular data structures for inter-thread communication in Java.
Apress / Java Threads Concurrency UtilitiesSource code for 'Java Threads and the Concurrency Utilities' by JEFF FRIESEN
luckman666 / Show Busy Java Threadsshow-busy-java-threads
mpenet / KnitThin wrapper around Java Executors/Threads, including configurable `future`, `c.core/thread`, and `future-call`
cqsupport / JstackSeries.shScript for capturing a series of thread dumps from a Java process using jstack (on Linux and Windows)
code-chaser / Hotel Management SystemA hotel management system, made using object-oriented programming, multi-threading and file-handling in Java, that keeps records of guests & their bookings, rooms, admins, staff, etc.
idooley / DAGExecutorA library that executes sets of Java tasks with respect to dependencies between each task. Each task is a Runnable object, and arbitrary directed acyclic graphs of dependencies and tasks can be executed, either with unlimited threads, or in by a fixed number of threads.
japplis / VirtuallyA Java library to make code more virtual thread friendly
cloudgyb / M3u8 Downloader一款基于Java多线程的用于下载M3U8格式流媒体视频的高速下载器,且支持跨平台。A high-speed downloader based on Java multi-threading for downloading streaming videos in M3U8 format and cross-platform.
imyiren / Java Multi Thread《Java多线程编程核心技术》Source code
nanosai / Thread Ops JavaA toolkit that makes it easier to work with threads in Java.
imyzt / Dynamic Thread PoolA framework for dynamically modifying the Java / Spring thread pool, which supports dynamically modifying the created thread pool, including increasing the core thread pool, maximum thread pool, and queue size. Support to view the running status of threads in the past 24h, support configuration monitoring alarm and automatic expansion of work queue
java2ch / Java ThreadJava thread on 2ch
dust-ai-mr / Dust CoreA lightweight Actor framework for Java 21 and above. Library of idiomatic Actors to create and manage millions of cooperating Java threads
Augusto11CB / Java StudiesRepository of my learning notes and programs for fundamental & important concepts of Java programming and development.
GrahamLea / RxJava Threading ExamplesExamples of how to use many different threading operators in RxJava
vectrix-space / FlareUseful thread-safe collections with performance in mind for Java 8+.
kwon37xi / Java Spring Thread Pool TestJava와 SpringFramework 의 Thread Pool 작동 방식 테스트