class Concurrent::Promises::AbstractEventFuture

def touch

Returns:
  • (self) -
def touch
  @Promise.touch
  self
end