Class FileSystemModuleLoader.TryOnce<T>
java.lang.Object
net.thisptr.jackson.jq.module.loaders.FileSystemModuleLoader.TryOnce<T>
- Enclosing class:
FileSystemModuleLoader
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CompletableFuture
<T> private boolean
private final Thread
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
f
-
taskThread
-
taskStarted
private boolean taskStarted
-
-
Constructor Details
-
TryOnce
public TryOnce()
-
-
Method Details
-
tryOnce
public T tryOnce(Callable<T> task) throws CompletionException, FileSystemModuleLoader.TryOnce.RecursiveInvocationException
-