Make start_log_callback_thread private

This commit is contained in:
Kitaiti Makoto 2026-05-23 00:47:26 +09:00
parent 49e6cf2dfb
commit 1f713bc633
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ module Whisper
extend Mutex_m
class << self
private
def start_log_callback_thread
return if @log_callback_thread&.alive?