mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-26 18:49:06 +00:00
Locks
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
package com.volmit.iris.scaffold.parallel;public class GridLock {
|
||||
}
|
||||
6
src/main/java/com/volmit/iris/util/IORunnable.java
Normal file
6
src/main/java/com/volmit/iris/util/IORunnable.java
Normal file
@@ -0,0 +1,6 @@
|
||||
package com.volmit.iris.util;
|
||||
|
||||
public interface NastyRunnable
|
||||
{
|
||||
public void run() throws Throwable;
|
||||
}
|
||||
Reference in New Issue
Block a user