NextPrevUpTopContentsIndex

make-mailbox

Function
Summary

Make a new mailbox for the current process.

Package

mp

Signature

make-mailbox &key size => mailbox

Arguments

size

An integer

Values

mailbox

A mailbox

Description

The function make-mailbox returns a new mailbox.

size specifies the initial size of the mailbox.

The reader process is set to the current process.

See also

mailbox-empty-p
mailbox-peek
mailbox-read
mailbox-send


LispWorks Reference Manual - 12 Mar 2008

NextPrevUpTopContentsIndex