TxRequestTracker::PostGetRequestableSanityCheck

Run a time-dependent internal consistency check (testing only).

Synopsis

Declared in <txrequest.h>

void
PostGetRequestableSanityCheck(std::chrono::microseconds now) const;

Description

This can only be called immediately after GetRequestable, with the same 'now' parameter.

Parameters

NameDescription
nowThe same current time that was passed to the preceding GetRequestable call.