Make start_log_callback_thread private
This commit is contained in:
parent
49e6cf2dfb
commit
1f713bc633
|
|
@ -5,6 +5,8 @@ module Whisper
|
|||
extend Mutex_m
|
||||
|
||||
class << self
|
||||
private
|
||||
|
||||
def start_log_callback_thread
|
||||
return if @log_callback_thread&.alive?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue