Skip to content

liyang-bsy/LYTaskQueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#LYTaskQueue

Release under LGPL license, consult your rights before using.

##How to use

Java

extends Task and complete some methods:

1.Override this method to perform your task!

public void exec();

2.Add Task

Integer taskId = LYTaskQueue.addTask(your_task);

Reading Finished? Freak out!

Thanks for reading this document and using my source!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages