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

NextPrevUpTopContentsIndex

mailbox-send

Function
Summary

Sends an object to a mailbox.

Package

mp

Signature

mailbox-send mailbox object =>

Arguments

mailbox

A mailbox.

object

An object.

Description

The function mailbox-send sends object to mailbox. The object is queued in the mailbox for retrieval by the reader.

See also

mailbox-empty-p
mailbox-peek
mailbox-read
make-mailbox


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex