This commit is contained in:
Izzel_Aliz
2018-05-09 13:11:59 +08:00
129 changed files with 7406 additions and 4399 deletions

View File

@@ -2,6 +2,9 @@ package me.skymc.taboolib.thread;
import java.util.LinkedList;
/**
* @author sky
*/
public class ThreadUtils {
private static final LinkedList<Runnable> queue = new LinkedList<>();