Class Spinner

java.lang.Object
java.lang.Thread
net.i2p.router.tasks.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 Details

    • Spinner

      public Spinner()
  • Method Details

    • run

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