Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 368 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 368 Bytes

#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!