mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 22:32:04 +00:00
Locks
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
package com.volmit.iris.scaffold.parallel;public class GridLock {
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
package com.volmit.iris.util;
|
||||||
|
|
||||||
|
public interface NastyRunnable
|
||||||
|
{
|
||||||
|
public void run() throws Throwable;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user