Flowdock
method

terminate

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: WEBrick
terminate() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/webrick/utils.rb, line 245
      def terminate
        TimeoutMutex.synchronize{
          @timeout_info.clear
          @watcher&.kill&.join
        }
      end
Register or log in to add new notes.