class Concurrent::Promises::Future

def async_callback_on_rejection(state, executor, args, callback)

def async_callback_on_rejection(state, executor, args, callback)
  with_async(executor, state, args, callback) do |st, ar, cb|
    callback_on_rejection st, ar, cb
  end
end