# File lib/sup/index.rb, line 195 def stop_sync_worker return unless worker = @sync_worker @sync_worker = nil @sync_queue << :die worker.join end