mirror of
https://github.com/tommyskeff/futur4j.git
synced 2026-01-18 07:16:45 +00:00
basic 1.2.0 changes
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package dev.tommyjs.futur.trace;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
public class TraceUtil {
|
||||
|
||||
public static ExecutorTrace getTrace(@NotNull Object function) {
|
||||
return new ExecutorTrace(function.getClass(), Thread.currentThread().getStackTrace());
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user