Stops
          the thread.
        
          The thread can be activated again later.
          For example Activation/Deactivation can be used for optimization
          when implementing a thread pool. In such case you will probably want
          to stop the unused threads if the number of the requests is currently
          low.