class Concurrent::Promises::AbstractEventFuture

def touched?

@!visibility private
For inspection.
def touched?
  promise.touched?
end