Documentation
¶
Overview ¶
Package mailbox provides asynchronous FIFO message processing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mailbox ¶
type Mailbox[T any] struct { // contains filtered or unexported fields }
Mailbox processes messages in send order without blocking senders on the consumer. The queue is unbounded and safe for concurrent senders.
Click to show internal directories.
Click to hide internal directories.