mailbox-get ( mailbox -- obj )
Mailboxes

Prev:<mailbox> ( -- mailbox )
Next:mailbox-get-timeout ( mailbox timeout -- obj )


Vocabulary
concurrency.mailboxes

Inputs
mailboxa mailbox


Outputs
objan object


Word description
Get the first item put into the mailbox. If it is empty, the thread blocks until an item is put into it. The thread then resumes, leaving the item on the stack.

Definition