concurrency.messaging-docs: add a missing parenthesis
parent
d243e00f54
commit
6f8e6c5b31
|
@ -14,7 +14,7 @@ HELP: send
|
||||||
HELP: receive
|
HELP: receive
|
||||||
{ $values { "message" object }
|
{ $values { "message" object }
|
||||||
}
|
}
|
||||||
{ $description "Return a message from the current threads mailbox. If the box is empty, suspend the thread until another thread places an item in the mailbox (usually via the " { $link send } " word." }
|
{ $description "Return a message from the current threads mailbox. If the box is empty, suspend the thread until another thread places an item in the mailbox (usually via the " { $link send } " word)." }
|
||||||
{ $see-also send receive-if } ;
|
{ $see-also send receive-if } ;
|
||||||
|
|
||||||
HELP: receive-if
|
HELP: receive-if
|
||||||
|
|
Loading…
Reference in New Issue