class

Arcana::MailboxFull

Inherits Arcana::Error < Exception < Reference < Object

Raised when a bounded mailbox rejects a deliver because the queue is at capacity. Bus surfaces this to the sender (delivery fails loudly instead of a silent memory leak from an unbounded queue).

Constructors

new(address : String, max_queue : Int32)
Source

Instance methods

address
Source
max_queue
Source