Class Thread

java.lang.Object
java.lang.Thread
org.burningwave.core.concurrent.Thread
All Implemented Interfaces:
Runnable

public abstract class Thread extends Thread
  • Method Details

    • setIndexedName

      public void setIndexedName()
    • setIndexedName

      public void setIndexedName(String prefix)
    • setExecutable

      public Thread setExecutable(ThrowingConsumer<Thread,? extends Throwable> executable)
    • setExecutable

      public Thread setExecutable(ThrowingConsumer<Thread,? extends Throwable> executable, boolean isLooper)
    • isDetached

      public boolean isDetached()
    • isPoolable

      public boolean isPoolable()
    • start

      public void start()
      Overrides:
      start in class Thread
    • stopLooping

      public void stopLooping()
    • isRunning

      public boolean isRunning()
    • isLooping

      public boolean isLooping()
    • kill

      @Deprecated public void kill()
      Deprecated.
    • interrupt

      public void interrupt()
      Overrides:
      interrupt in class Thread
    • toString

      public String toString()
      Overrides:
      toString in class Thread
    • waitFor

      public static long waitFor(long millis)