class Fluent::PluginHelper::Server::EventHandler::TLSServer
def close
def close @mutex.synchronize do return if @closing @closing = true @close_callback.call(self) super end end
def close @mutex.synchronize do return if @closing @closing = true @close_callback.call(self) super end end