docs: Add unit and semantic information about the process clock

pull/24376/head
Carol (Nichols || Goulding) 2021-05-07 09:41:47 -04:00
parent 513d4731be
commit f28c9ae04c
1 changed files with 2 additions and 0 deletions

View File

@ -303,6 +303,8 @@ pub struct Db {
system_tables: Arc<SystemSchemaProvider>,
/// Process clock used in establishing a partial ordering of operations via a Lamport Clock.
///
/// Value is nanoseconds since the Unix Epoch.
process_clock: Arc<Mutex<NonZeroU64>>,
/// Number of iterations of the worker loop for this Db