Module durable_mailbox_sender

Source
Expand description

For [DurableMailboxSender] a sender with a write-ahead log.

Modulesยง

log
This module implements a write-ahead log for mailboxes. This can be used to provide durable messaging facilities for actors.
test_utils
A test util mod so that it can be used beyond the crate