mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-08 00:36:19 +00:00
Locking
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
package com.volmit.iris.util;
|
||||
|
||||
public interface NastyRunnable
|
||||
import java.io.IOException;
|
||||
|
||||
public interface IORunnable
|
||||
{
|
||||
public void run() throws Throwable;
|
||||
public void run() throws IOException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user