Expand description
Defines the common traits and the MessageInbox type.
Structs§
- Message
Inbox - Represents a thread-safe message inbox of messages of type
M
This type is thin frontend overInboxBackend
using 16-bit unsigned integer tags. Each operation also performspurge
of the backend.
Traits§
- Inbox
Backend - Represents a generic backend trait for the message inbox.
Messages
M
can be tagged or untagged via the typeT
Type Aliases§
- Timestamp
Fn - Represents a simple timestamping function. This is useful if used in WASM or environment which might have different means of measuring time.