Constant lrs::time::MONO_COARSE

A coarse monotonic clock since some arbitrary point in the past which isn't affected by time jumps.

Syntax

const MONO_COARSE: Clock = Clock(6);

Remarks

This is less precise but more efficient than MONO.