mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Locks
This commit is contained in:
parent
18e203f007
commit
73bfa9beb8
@ -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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user