module Concurrent::Utility::EngineDetector

def on_windows?

def on_windows?
  !(RbConfig::CONFIG['host_os'] =~ /mswin|mingw|cygwin/).nil?
end