module Concurrent::Utility::EngineDetector

def on_linux?

def on_linux?
  !(RbConfig::CONFIG['host_os'] =~ /linux/).nil?
end