class Concurrent::Promise

def self.execute(opts = {}, &block)

Other tags:
    Since: - 0.5.0
def self.execute(opts = {}, &block)
  new(opts, &block).execute
end