mailbox-get-all ( mailbox -- seq )
Mailboxes

Prev:mailbox-get-timeout? ( mailbox timeout pred -- obj )
Next:mailbox-get-all-timeout ( mailbox timeout -- seq )


Vocabulary
concurrency.mailboxes

Inputs
mailboxa mailbox


Outputs
seqa sequence


Word description
Blocks the thread if the mailbox is empty, then removes all objects in the mailbox and returns a sequence containing the objects.

Definition