Java Scheduler

Scheduler of java processes that seeks to optimize the execution of processing tasks by the JVM with minimal threads in order to reduce the overhead of context switching, optimize the utilization of CPU cores, and provide controls to the application over the scheduling of processing tasks.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.amlinv
ArtifactId

ArtifactId

java-sched
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Java Scheduler
Scheduler of java processes that seeks to optimize the execution of processing tasks by the JVM with minimal threads in order to reduce the overhead of context switching, optimize the utilization of CPU cores, and provide controls to the application over the scheduling of processing tasks.
Project URL

Project URL

http://www.github.com/amlinv/javaScheduler

Download java-sched

How to add to project

<!-- https://jarcasting.com/artifacts/com.amlinv/java-sched/ -->
<dependency>
    <groupId>com.amlinv</groupId>
    <artifactId>java-sched</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.amlinv/java-sched/
implementation 'com.amlinv:java-sched:1.1.0'
// https://jarcasting.com/artifacts/com.amlinv/java-sched/
implementation ("com.amlinv:java-sched:1.1.0")
'com.amlinv:java-sched:jar:1.1.0'
<dependency org="com.amlinv" name="java-sched" rev="1.1.0">
  <artifact name="java-sched" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.amlinv', module='java-sched', version='1.1.0')
)
libraryDependencies += "com.amlinv" % "java-sched" % "1.1.0"
[com.amlinv/java-sched "1.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.7

test (6)

Group / Artifact Type Version
info.cukes : cucumber-core jar 1.2.0
info.cukes : cucumber-java jar 1.2.0
info.cukes : cucumber-junit jar 1.2.0
junit : junit jar 4.11
org.mockito : mockito-core jar 1.9.5
org.slf4j : slf4j-log4j12 jar 1.7.7

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.1
1.0.0