Class Spinner

  • All Implemented Interfaces:
    Runnable

    public class Spinner
    extends Thread
    A non-daemon thread to let the shutdown task get all the way to the end
    Since:
    0.8.12 moved from Router.java
    • Constructor Detail

      • Spinner

        public Spinner()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread