module Isolator::Callbacks

def start!

def start!
  return if Isolator.disabled?
  before_isolate_callbacks.each(&:call)
end