while-mailbox-empty ( mailbox quot -- )
Mailboxes

Prev:mailbox-empty? ( mailbox -- bool )


Vocabulary
concurrency.mailboxes

Inputs
mailboxa mailbox
quota quotation with stack effect ( -- )


Outputs
None

Word description
Repeatedly call the quotation while there are no items in the mailbox.

Definition