class Concurrent::SynchronizedDelegator

def setup

def setup
  @old_abort = Thread.abort_on_exception
  Thread.abort_on_exception = true
end