chickadee » mailbox » mailbox-send!

mailbox-send! MAILBOX OBJprocedure

Queues the data object OBJ. If any threads exist that are waiting for input on MAILBOX, the execution of the first one will be resumed. The data will be read out of a mailbox in the same order in which is written in (in FIFO manner).