only EventHandler/AsyncTimeout subclasses and ourselves should ever call this.

Synopsis

Declared in <folly/io/async/EventBase.h>

virtual
void
bumpHandlingTime() final;

Description

This is used to mark the beginning of a new loop cycle by the first handler fired within that cycle.

Created with MrDocs