Module known_mailboxes

Module known_mailboxes 

Source
Expand description

This module defines the storage interface and implementation for managing known mailbox nodes, including their performance statistics.

Structs§

KnownMailbox
Represents a known mailbox node with its associated performance statistics.
SledKnownMailboxesStore
A KnownMailboxesStore implementation using sled for storage.

Traits§

KnownMailboxesStore
A trait for managing known mailbox nodes.

Functions§

current_timestamp 🔒
Returns the current Unix timestamp in milliseconds.