PrevUpHomeNext

RCLValidationsAdaptor::onStale

Handle a newly stale validation.

Synopsis
void
onStale(
    RCLValidation&& v);
Description
Parameters

Name

Description

v

The newly stale validation

This should do minimal work, as it is expected to be called by the generic Validations code while it may be holding an internal lock


PrevUpHomeNext