This commit is contained in:
Daniel Mills 2021-01-05 14:32:32 -05:00
parent 18e203f007
commit 73bfa9beb8
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,2 @@
package com.volmit.iris.scaffold.parallel;public class GridLock {
}

View File

@ -0,0 +1,6 @@
package com.volmit.iris.util;
public interface NastyRunnable
{
public void run() throws Throwable;
}