#LYTaskQueue
Release under LGPL license, consult your rights before using.
##How to use
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);
Thanks for reading this document and using my source!