class Concurrent::Promises::AbstractEventFuture

def callbacks

@!visibility private
For inspection.
def callbacks
  @Callbacks.each.to_a
end