Class DaemonThreadExecutor

  • All Implemented Interfaces:
    IThreadExecutor

    public class DaemonThreadExecutor
    extends java.lang.Object
    implements IThreadExecutor
    Executor based on daemon threads.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run​(java.lang.Runnable task)
      Starts executing the task on a separate thread.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DaemonThreadExecutor

        public DaemonThreadExecutor()
    • Method Detail

      • run

        public void run​(java.lang.Runnable task)
        Starts executing the task on a separate thread.
        Specified by:
        run in interface IThreadExecutor
        Parameters:
        task - The task.