Last Version

Rated Executor 0.1.1

A library of rate limited executors. The executors in this library will execute tasks no faster than some rate. It also exposes many of the generic components to used to construct these executors.

License

License

GroupId

GroupId

com.mattunderscore
ArtifactId

ArtifactId

rated-executor
Version

Version

0.1.1
Type

Type

jar
Description

Description

Rated Executor
A library of rate limited executors. The executors in this library will execute tasks no faster than some rate. It also exposes many of the generic components to used to construct these executors.
Source Code Management

Source Code Management

https://github.com/mattunderscorechampion/rated-executor

Download rated-executor 0.1.1


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

Dependencies

compile (1)

Group / Artifact Type Version
net.jcip : jcip-annotations jar 1.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.