Handbook
Glossary
mailbox-empty? ( mailbox -- bool )
Mailboxes
Prev:
mailbox-put ( obj mailbox -- )
Next:
while-mailbox-empty ( mailbox quot -- )
Vocabulary
concurrency
.
mailboxes
Inputs
mailbox
a
mailbox
Outputs
bool
a
boolean
Word description
Return true if the mailbox is empty.
Definition
USING:
accessors
deques
;
IN:
concurrency.mailboxes
:
mailbox-empty?
( mailbox -- bool )
data>>
deque-empty?
;
inline