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

Download executor JAR 1.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 1.0.1 from the group com.jano7.

Artifact executor
Group com.jano7
Version 1.0.1
Last update 19. December 2019
Tags: need they queue single common being issue particular wait where solution kind executed optimized allows thread parallel execute however singlethreadexecutor solved keys unrelated into provides problem tasks concurrently arrive that processed them library instead sequentially 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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy