Class FileSystemModuleLoader.TryOnce<T>

  • Enclosing class:
    FileSystemModuleLoader

    private static final class FileSystemModuleLoader.TryOnce<T>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.concurrent.CompletableFuture<T> f  
      private boolean taskStarted  
      private java.lang.Thread taskThread  
    • Constructor Summary

      Constructors 
      Constructor Description
      TryOnce()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T tryOnce​(java.util.concurrent.Callable<T> task)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait