Ignore
This commit is contained in:
@@ -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<>();
|
||||
|
||||
Reference in New Issue
Block a user