module Concurrent::Utility::EngineDetector

def on_osx?

def on_osx?
  !(RbConfig::CONFIG['host_os'] =~ /darwin|mac os/).nil?
end