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

NextPrevUpTopContentsIndex

mailbox-empty-p

Function
Summary

Tests whether a mailbox is empty.

Package

mp

Signature

mailbox-empty-p mailbox => bool

Arguments

mailbox

A mailbox

Values

bool

A boolean

Description

The function mailbox-empty-p returns t if the given mailbox is empty and nil otherwise.

See also

mailbox-not-empty-p
mailbox-send
mailbox-peek
mailbox-read
make-mailbox


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex