Next Prev Up Top Contents Index

mailbox-read

Function
Summary

Reads the next object in a mailbox.

Package

mp

Signature

mailbox-read mailbox &optional wait-reason => object

Arguments

mailbox

A mailbox

wait-reason

A string

Values

object

Any object

Description

The mailbox-read function returns the next object from the mailbox. If the mailbox is empty, this function blocks until an object is placed in the mailbox. The wait-reason is used as the argument to mp:process-wait .

See also

mailbox-empty-p
mailbox-peek
mailbox-send
make-mailbox


LispWorks Reference Manual (Windows version) - 14 Dec 2001

Next Prev Up Top Contents Index