Skip to content

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

License

Notifications You must be signed in to change notification settings

githubpeon/peon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages