Peon

A peon that goes away in the background to perform any menial labour tasks you care to throw at it.

License

License

GroupId

GroupId

com.github.githubpeon
ArtifactId

ArtifactId

peon
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Peon
A peon that goes away in the background to perform any menial labour tasks you care to throw at it.
Project URL

Project URL

https://github.com/githubpeon/peon
Source Code Management

Source Code Management

http://github.com/githubpeon/peon

Download peon

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

peon

A Java peon that goes off into the background to perform any menial tasks you care to throw at it.

Write reusable task classes for any tasks that you want to run in the background rather than lock up your UI. Use the task events fired on the UI event thread to update the UI to show the progress of the background tasks. Use annotations to define task concurrency rules. Necessary? No. Simple and useful? Hopefully!

See the wiki at https://github.com/githubpeon/peon/wiki for a more in depth overview and some examples.

Versions

Version
1.0.2