module Concurrent::Utility::EngineDetector

def on_jruby_9000?

def on_jruby_9000?
  on_jruby? && ruby_version(JRUBY_VERSION, :>=, 9, 0, 0)
end