TimeoutManagerInternal.drop

If the expiry is present in the list of expired registrations being currently iterated over by checkTimeouts, then it will be removed (its timeout method will not be called). (This means that drop can be called from timeout callbacks, unlike unregister.)

Does NOT unregister expiry, this.unregister has to be called for that additionally.

class TimeoutManagerInternal
protected
void
drop

Parameters

registration IExpiryRegistration

expiry registration reference

Meta