All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download executor JAR 2.0.1 with all dependencies


This small library provides an optimized solution to a problem where tasks for a particular key need to be processed sequentially as they arrive. This kind of problem can be solved by a SingleThreadExecutor, however it is not efficient. The issue is that the tasks for unrelated keys are not being processed in parallel, instead they are put into a queue common to all keys and wait for the single thread to execute them. This library allows them to be executed concurrently. Moreover this library works well in a situation where all the possible keys and their number is not known upfront.

Files of the artifact executor version 2.0.1 from the group com.jano7.

Artifact executor
Group com.jano7
Version 2.0.1
Last update 05. July 2020
Tags: need they queue single common being issue particular wait well where solution kind executed upfront possible optimized allows thread situation parallel execute however singlethreadexecutor keys solved unrelated moreover into provides problem number tasks concurrently works arrive that processed them library instead known sequentially their this small efficient
Organization not specified
URL https://github.com/jano7/executor
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
There is a newer version: 2.0.2
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of executor Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of executor version 2.0.1

Please wait ...




© 2015 - 2024 Weber Informatics LLC | Privacy Policy