Download executor JAR 1.0.2 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.2 from the group com.jano7.
Artifact executor
Group com.jano7
Version 1.0.2
Last update 21. January 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!
Group com.jano7
Version 1.0.2
Last update 21. January 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 versionShow all versions of executor Show documentation
Please rate this JAR file. Is it a good library?
0 downloads
Source code of executor version 1.0.2
Please wait ...