Peeks at the first object in a mailbox.
mp
mailbox-peek mailbox => result
mailbox
A mailbox.
result
Any object or nil .
nil
The mailbox-peek function returns the first object in the mailbox without removing it. If the mailbox is empty, nil is returned.
mailbox-peek
mailbox-empty-p mailbox-send mailbox-read make-mailbox