All Manuals > LispWorks User Guide and Reference Manual > 44 The MP Package

NextPrevUpTopContentsIndex

mailbox-size

Function
Summary

Returns the size of a mailbox.

Package

mp

Signature

mailbox-size mailbox => size

Arguments

mailbox

A mailbox.

Values

size

An non-negative integer.

Description

The function mailbox-size returns the size of mailbox, which is the number of objects that can be added without it growing.

mailbox-send automatically expands the mailbox indefinitely when it is full, but mailbox-send-limited and process-send will expand it up to some specified limit.

See also

mailbox-send
mailbox-send-limited
process-send
make-mailbox
Communication between processes and synchronization


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex